#873b28

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

Shades of Fire #873B28

Tints of Fire #873B28

Color information

#873B28 (or 0x873B28) is unknown color: approx Fire. HEX triplet: 87, 3B and 28. RGB value is (135,59,40). Sum of RGB (Red+Green+Blue) = 135+59+40=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #873B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B28 is #78C4D7. Grayscale: #4F4F4F. Windows color (decimal): -7914712 or 2636679. OLE color: 2636679.

HSL color Cylindrical-coordinate representation of color #873B28: hue angle of 12º 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 #873B28 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1355940-
CMYK00.560.700.47
HSL12º54.29%34.31%-
HSV(B)12º70.37%52.94%-
XYZ11.948.433.01-
YUV79.56105.68167.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=57.69%
G=25.21%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135594000.560.700.471254.2934.31
Hex873B28038462Fc3622
Octal207735007010657146642
Binary10000111111011101000011100010001101011111100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873b28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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