#8B4126

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

Shades of Fire #8B4126

Tints of Fire #8B4126

Color information

#8B4126 (or 0x8B4126) is unknown color: approx Fire. HEX triplet: 8B, 41 and 26. RGB value is (139,65,38). Sum of RGB (Red+Green+Blue) = 139+65+38=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4126 is #74BED9. Grayscale: #545454. Windows color (decimal): -7651034 or 2507147. OLE color: 2507147.

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

Color convert

RGB1396538-
CMYK00.530.730.45
HSL16.04º57.06%34.71%-
HSV(B)16.04º72.66%54.51%-
XYZ12.899.412.97-
YUV84.05102.02167.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=57.44%
G=26.86%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139653800.530.730.4516.0457.0634.71
Hex8B4126035492D103923
Octal2131014606511155207143
Binary1000101110000011001100110101100100110110110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,65,38); }

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

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

 a { background-color: rgb(139,65,38); }

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

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

 span { border-color: rgb(139,65,38); }

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