#873F22

Color #873F22 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #873F22

Tints of Fire #873F22

Color information

#873F22 (or 0x873F22) is unknown color: approx Fire. HEX triplet: 87, 3F and 22. RGB value is (135,63,34). Sum of RGB (Red+Green+Blue) = 135+63+34=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #873F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F22 is #78C0DD. Grayscale: #515151. Windows color (decimal): -7913694 or 2244487. OLE color: 2244487.

HSL color Cylindrical-coordinate representation of color #873F22: hue angle of 17.23º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873F22 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1356334-
CMYK00.530.750.47
HSL17.23º59.76%33.14%-
HSV(B)17.23º74.81%52.94%-
XYZ12.068.822.58-
YUV81.22101.35166.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 34 (13.67% from 255) = 14.66%
R=58.19%
G=27.16%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135633400.530.750.4717.2359.7633.14
Hex873F220354B2F113c21
Octal207774206511357217441
Binary100001111111111000100110101100101110111110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873F22; }

 p { color: rgb(135,63,34); }

 H1.HeaderClassName
 {
   color: #873F22;
 }
 .AnyTagClassName
 {
   color: #873F22;
 }
</style>
background-color css

<style>
 a { background-color: #873F22; }

 a { background-color: rgb(135,63,34); }

 div.DivClassName
 {
   background-color: #873F22;
 }
 .BgClassName
 {
   background-color: #873F22;
 }
</style>
border-color css

<style>
 span { border-color: #873F22; }

 span { border-color: rgb(135,63,34); }

 td.TdClassName
 {
   border-color: #873F22;
 }
 .TagClassName
 {
   border-color: #873F22;
 }
</style>