#873D29

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

Shades of Fire #873D29

Tints of Fire #873D29

Color information

#873D29 (or 0x873D29) is unknown color: approx Fire. HEX triplet: 87, 3D and 29. RGB value is (135,61,41). Sum of RGB (Red+Green+Blue) = 135+61+41=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D29 is #78C2D6. Grayscale: #515151. Windows color (decimal): -7914199 or 2702727. OLE color: 2702727.

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

Color convert

RGB1356141-
CMYK00.550.700.47
HSL12.77º53.41%34.51%-
HSV(B)12.77º69.63%52.94%-
XYZ12.068.653.13-
YUV80.85105.52166.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=56.96%
G=25.74%
B=17.30%

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
Decimal135614100.550.700.4712.7753.4134.51
Hex873D29037462Fd3523
Octal207755106710657156543
Binary10000111111101101001011011110001101011111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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