#8B422B

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

Shades of Fire #8B422B

Tints of Fire #8B422B

Color information

#8B422B (or 0x8B422B) is unknown color: approx Fire. HEX triplet: 8B, 42 and 2B. RGB value is (139,66,43). Sum of RGB (Red+Green+Blue) = 139+66+43=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B422B is #74BDD4. Grayscale: #555555. Windows color (decimal): -7650773 or 2835083. OLE color: 2835083.

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

Color convert

RGB1396643-
CMYK00.530.690.45
HSL14.38º52.75%35.69%-
HSV(B)14.38º69.06%54.51%-
XYZ13.039.563.44-
YUV85.2104.18166.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=56.05%
G=26.61%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139664300.530.690.4514.3852.7535.69
Hex8B422B035452De3524
Octal2131025306510555166544
Binary100010111000010101011011010110001011011011110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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