#8B4624

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

Shades of Fire #8B4624

Tints of Fire #8B4624

Color information

#8B4624 (or 0x8B4624) is unknown color: approx Fire. HEX triplet: 8B, 46 and 24. RGB value is (139,70,36). Sum of RGB (Red+Green+Blue) = 139+70+36=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4624 is #74B9DB. Grayscale: #565656. Windows color (decimal): -7649756 or 2377355. OLE color: 2377355.

HSL color Cylindrical-coordinate representation of color #8B4624: hue angle of 19.81º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B4624 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1397036-
CMYK00.500.740.45
HSL19.81º58.86%34.31%-
HSV(B)19.81º74.1%54.51%-
XYZ13.16102.91-
YUV86.7699.36165.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=56.73%
G=28.57%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139703600.500.740.4519.8158.8634.31
Hex8B46240324A2D143b22
Octal2131064406211255247342
Binary1000101110001101001000110010100101010110110100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4624; }

 p { color: rgb(139,70,36); }

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

<style>
 a { background-color: #8B4624; }

 a { background-color: rgb(139,70,36); }

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

<style>
 span { border-color: #8B4624; }

 span { border-color: rgb(139,70,36); }

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