#873f29

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

Shades of Fire #873F29

Tints of Fire #873F29

Color information

#873F29 (or 0x873F29) is unknown color: approx Fire. HEX triplet: 87, 3F and 29. RGB value is (135,63,41). Sum of RGB (Red+Green+Blue) = 135+63+41=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F29 is #78C0D6. Grayscale: #525252. Windows color (decimal): -7913687 or 2703239. OLE color: 2703239.

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

Color convert

RGB1356341-
CMYK00.530.700.47
HSL14.04º53.41%34.51%-
HSV(B)14.04º69.63%52.94%-
XYZ12.178.873.17-
YUV82.02104.85165.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=56.49%
G=26.36%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135634100.530.700.4714.0453.4134.51
Hex873F29035462Fe3523
Octal207775106510657166543
Binary10000111111111101001011010110001101011111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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