#873F21

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

Shades of Fire #873F21

Tints of Fire #873F21

Color information

#873F21 (or 0x873F21) is unknown color: approx Fire. HEX triplet: 87, 3F and 21. RGB value is (135,63,33). Sum of RGB (Red+Green+Blue) = 135+63+33=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F21 is #78C0DE. Grayscale: #515151. Windows color (decimal): -7913695 or 2178951. OLE color: 2178951.

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

Color convert

RGB1356333-
CMYK00.530.760.47
HSL17.65º60.71%32.94%-
HSV(B)17.65º75.56%52.94%-
XYZ12.048.822.51-
YUV81.11100.85166.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=58.44%
G=27.27%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135633300.530.760.4717.6560.7132.94
Hex873F210354C2F123d21
Octal207774106511457227541
Binary100001111111111000010110101100110010111110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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