#873D28

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

Shades of Fire #873D28

Tints of Fire #873D28

Color information

#873D28 (or 0x873D28) is unknown color: approx Fire. HEX triplet: 87, 3D and 28. RGB value is (135,61,40). Sum of RGB (Red+Green+Blue) = 135+61+40=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D28 is #78C2D7. Grayscale: #505050. Windows color (decimal): -7914200 or 2637191. OLE color: 2637191.

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

Color convert

RGB1356140-
CMYK00.550.700.47
HSL13.26º54.29%34.31%-
HSV(B)13.26º70.37%52.94%-
XYZ12.048.643.04-
YUV80.73105.02166.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=57.20%
G=25.85%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135614000.550.700.4713.2654.2934.31
Hex873D28037462Fd3622
Octal207755006710657156642
Binary10000111111101101000011011110001101011111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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