#8B442B

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

Shades of Fire #8B442B

Tints of Fire #8B442B

Color information

#8B442B (or 0x8B442B) is unknown color: approx Fire. HEX triplet: 8B, 44 and 2B. RGB value is (139,68,43). Sum of RGB (Red+Green+Blue) = 139+68+43=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B442B is #74BBD4. Grayscale: #565656. Windows color (decimal): -7650261 or 2835595. OLE color: 2835595.

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

Color convert

RGB1396843-
CMYK00.510.690.45
HSL15.63º52.75%35.69%-
HSV(B)15.63º69.06%54.51%-
XYZ13.159.83.48-
YUV86.38103.52165.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=55.6%
G=27.2%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139684300.510.690.4515.6352.7535.69
Hex8B442B033452D103524
Octal2131045306310555206544
Binary1000101110001001010110110011100010110110110000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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