#873B25

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

Shades of Fire #873B25

Tints of Fire #873B25

Color information

#873B25 (or 0x873B25) is unknown color: approx Fire. HEX triplet: 87, 3B and 25. RGB value is (135,59,37). Sum of RGB (Red+Green+Blue) = 135+59+37=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B25 is #78C4DA. Grayscale: #4F4F4F. Windows color (decimal): -7914715 or 2440071. OLE color: 2440071.

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

Color convert

RGB1355937-
CMYK00.560.730.47
HSL13.47º56.98%33.73%-
HSV(B)13.47º72.59%52.94%-
XYZ11.898.412.75-
YUV79.22104.18167.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=58.44%
G=25.54%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135593700.560.730.4713.4756.9833.73
Hex873B25038492Fd3922
Octal207734507011157157142
Binary10000111111011100101011100010010011011111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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