#8B4228

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

Shades of Fire #8B4228

Tints of Fire #8B4228

Color information

#8B4228 (or 0x8B4228) is unknown color: approx Fire. HEX triplet: 8B, 42 and 28. RGB value is (139,66,40). Sum of RGB (Red+Green+Blue) = 139+66+40=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4228 is #74BDD7. Grayscale: #555555. Windows color (decimal): -7650776 or 2638475. OLE color: 2638475.

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

Color convert

RGB1396640-
CMYK00.530.710.45
HSL15.76º55.31%35.1%-
HSV(B)15.76º71.22%54.51%-
XYZ12.989.543.16-
YUV84.86102.68166.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=56.73%
G=26.94%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139664000.530.710.4515.7655.3135.1
Hex8B4228035472D103723
Octal2131025006510755206743
Binary1000101110000101010000110101100011110110110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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