#873F25

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

Shades of Fire #873F25

Tints of Fire #873F25

Color information

#873F25 (or 0x873F25) is unknown color: approx Fire. HEX triplet: 87, 3F and 25. RGB value is (135,63,37). Sum of RGB (Red+Green+Blue) = 135+63+37=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F25 is #78C0DA. Grayscale: #515151. Windows color (decimal): -7913691 or 2441095. OLE color: 2441095.

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

Color convert

RGB1356337-
CMYK00.530.730.47
HSL15.92º56.98%33.73%-
HSV(B)15.92º72.59%52.94%-
XYZ12.18.842.82-
YUV81.56102.85166.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=57.45%
G=26.81%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135633700.530.730.4715.9256.9833.73
Hex873F25035492F103922
Octal207774506511157207142
Binary100001111111111001010110101100100110111110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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