#8B4331

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

Shades of Fire #8B4331

Tints of Fire #8B4331

Color information

#8B4331 (or 0x8B4331) is unknown color: approx Fire. HEX triplet: 8B, 43 and 31. RGB value is (139,67,49). Sum of RGB (Red+Green+Blue) = 139+67+49=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4331 is #74BCCE. Grayscale: #565656. Windows color (decimal): -7650511 or 3228555. OLE color: 3228555.

HSL color Cylindrical-coordinate representation of color #8B4331: hue angle of 12º 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 #8B4331 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1396749-
CMYK00.520.650.45
HSL12º47.87%36.86%-
HSV(B)12º64.75%54.51%-
XYZ13.219.734.09-
YUV86.48106.85165.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=54.51%
G=26.27%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139674900.520.650.451247.8736.86
Hex8B4331034412Dc3025
Octal2131036106410155146045
Binary100010111000011110001011010010000011011011100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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