#8B4225

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

Shades of Fire #8B4225

Tints of Fire #8B4225

Color information

#8B4225 (or 0x8B4225) is unknown color: approx Fire. HEX triplet: 8B, 42 and 25. RGB value is (139,66,37). Sum of RGB (Red+Green+Blue) = 139+66+37=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4225 is #74BDDA. Grayscale: #545454. Windows color (decimal): -7650779 or 2441867. OLE color: 2441867.

HSL color Cylindrical-coordinate representation of color #8B4225: hue angle of 17.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B4225 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1396637-
CMYK00.530.730.45
HSL17.06º57.95%34.51%-
HSV(B)17.06º73.38%54.51%-
XYZ12.939.522.91-
YUV84.52101.18166.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=57.44%
G=27.27%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139663700.530.730.4517.0657.9534.51
Hex8B4225035492D113a23
Octal2131024506511155217243
Binary1000101110000101001010110101100100110110110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,37); }

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

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

 a { background-color: rgb(139,66,37); }

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

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

 span { border-color: rgb(139,66,37); }

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