#8B4429

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

Shades of Fire #8B4429

Tints of Fire #8B4429

Color information

#8B4429 (or 0x8B4429) is unknown color: approx Fire. HEX triplet: 8B, 44 and 29. RGB value is (139,68,41). Sum of RGB (Red+Green+Blue) = 139+68+41=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4429 is #74BBD6. Grayscale: #565656. Windows color (decimal): -7650263 or 2704523. OLE color: 2704523.

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

Color convert

RGB1396841-
CMYK00.510.710.45
HSL16.53º54.44%35.29%-
HSV(B)16.53º70.5%54.51%-
XYZ13.119.783.29-
YUV86.15102.52165.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=56.05%
G=27.42%
B=16.53%

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
Decimal139684100.510.710.4516.5354.4435.29
Hex8B4429033472D113623
Octal2131045106310755216643
Binary1000101110001001010010110011100011110110110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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