#8B4428

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

Shades of Fire #8B4428

Tints of Fire #8B4428

Color information

#8B4428 (or 0x8B4428) is unknown color: approx Fire. HEX triplet: 8B, 44 and 28. RGB value is (139,68,40). Sum of RGB (Red+Green+Blue) = 139+68+40=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4428 is #74BBD7. Grayscale: #565656. Windows color (decimal): -7650264 or 2638987. OLE color: 2638987.

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

Color convert

RGB1396840-
CMYK00.510.710.45
HSL16.97º55.31%35.1%-
HSV(B)16.97º71.22%54.51%-
XYZ13.19.783.2-
YUV86.04102.02165.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=56.28%
G=27.53%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139684000.510.710.4516.9755.3135.1
Hex8B4428033472D113723
Octal2131045006310755216743
Binary1000101110001001010000110011100011110110110001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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