#873F27

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

Shades of Fire #873F27

Tints of Fire #873F27

Color information

#873F27 (or 0x873F27) is unknown color: approx Fire. HEX triplet: 87, 3F and 27. RGB value is (135,63,39). Sum of RGB (Red+Green+Blue) = 135+63+39=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F27 is #78C0D8. Grayscale: #515151. Windows color (decimal): -7913689 or 2572167. OLE color: 2572167.

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

Color convert

RGB1356339-
CMYK00.530.710.47
HSL15º55.17%34.12%-
HSV(B)15º71.11%52.94%-
XYZ12.148.852.99-
YUV81.79103.85165.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=56.96%
G=26.58%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135633900.530.710.471555.1734.12
Hex873F27035472Ff3722
Octal207774706510757176742
Binary10000111111111100111011010110001111011111111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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