#873E28

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

Shades of Fire #873E28

Tints of Fire #873E28

Color information

#873E28 (or 0x873E28) is unknown color: approx Fire. HEX triplet: 87, 3E and 28. RGB value is (135,62,40). Sum of RGB (Red+Green+Blue) = 135+62+40=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E28 is #78C1D7. Grayscale: #515151. Windows color (decimal): -7913944 or 2637447. OLE color: 2637447.

HSL color Cylindrical-coordinate representation of color #873E28: hue angle of 13.89º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873E28 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1356240-
CMYK00.540.700.47
HSL13.89º54.29%34.31%-
HSV(B)13.89º70.37%52.94%-
XYZ12.18.753.06-
YUV81.32104.68166.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=56.96%
G=26.16%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135624000.540.700.4713.8954.2934.31
Hex873E28036462Fe3622
Octal207765006610657166642
Binary10000111111110101000011011010001101011111110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,62,40); }

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

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

 a { background-color: rgb(135,62,40); }

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

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

 span { border-color: rgb(135,62,40); }

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