#8B4231

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

Shades of Fire #8B4231

Tints of Fire #8B4231

Color information

#8B4231 (or 0x8B4231) is unknown color: approx Fire. HEX triplet: 8B, 42 and 31. RGB value is (139,66,49). Sum of RGB (Red+Green+Blue) = 139+66+49=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4231 is #74BDCE. Grayscale: #565656. Windows color (decimal): -7650767 or 3228299. OLE color: 3228299.

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

Color convert

RGB1396649-
CMYK00.530.650.45
HSL11.33º47.87%36.86%-
HSV(B)11.33º64.75%54.51%-
XYZ13.159.614.07-
YUV85.89107.18165.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=54.72%
G=25.98%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139664900.530.650.4511.3347.8736.86
Hex8B4231035412Db3025
Octal2131026106510155136045
Binary100010111000010110001011010110000011011011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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