#8B472D

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

Shades of Fire #8B472D

Tints of Fire #8B472D

Color information

#8B472D (or 0x8B472D) is unknown color: approx Fire. HEX triplet: 8B, 47 and 2D. RGB value is (139,71,45). Sum of RGB (Red+Green+Blue) = 139+71+45=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B472D is #74B8D2. Grayscale: #585858. Windows color (decimal): -7649491 or 2967435. OLE color: 2967435.

HSL color Cylindrical-coordinate representation of color #8B472D: hue angle of 16.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B472D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1397145-
CMYK00.490.680.45
HSL16.6º51.09%36.08%-
HSV(B)16.6º67.63%54.51%-
XYZ13.3710.183.74-
YUV88.37103.53164.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=54.51%
G=27.84%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139714500.490.680.4516.651.0936.08
Hex8B472D031442D113324
Octal2131075506110455216344
Binary1000101110001111011010110001100010010110110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,45); }

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

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

 a { background-color: rgb(139,71,45); }

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

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

 span { border-color: rgb(139,71,45); }

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