#873F2D

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

Shades of Fire #873F2D

Tints of Fire #873F2D

Color information

#873F2D (or 0x873F2D) is unknown color: approx Fire. HEX triplet: 87, 3F and 2D. RGB value is (135,63,45). Sum of RGB (Red+Green+Blue) = 135+63+45=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F2D is #78C0D2. Grayscale: #525252. Windows color (decimal): -7913683 or 2965383. OLE color: 2965383.

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

Color convert

RGB1356345-
CMYK00.530.670.47
HSL12º50%35.29%-
HSV(B)12º66.67%52.94%-
XYZ12.248.93.55-
YUV82.48106.85165.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=55.56%
G=25.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135634500.530.670.47125035.29
Hex873F2D035432Fc3223
Octal207775506510357146243
Binary10000111111111101101011010110000111011111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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