#8B4422

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

Shades of Fire #8B4422

Tints of Fire #8B4422

Color information

#8B4422 (or 0x8B4422) is unknown color: approx Fire. HEX triplet: 8B, 44 and 22. RGB value is (139,68,34). Sum of RGB (Red+Green+Blue) = 139+68+34=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4422 is #74BBDD. Grayscale: #555555. Windows color (decimal): -7650270 or 2245771. OLE color: 2245771.

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

Color convert

RGB1396834-
CMYK00.510.760.45
HSL19.43º60.69%33.92%-
HSV(B)19.43º75.54%54.51%-
XYZ139.742.71-
YUV85.3599.02166.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=57.68%
G=28.22%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139683400.510.760.4519.4360.6933.92
Hex8B44220334C2D133d22
Octal2131044206311455237542
Binary1000101110001001000100110011100110010110110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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