#8B4629

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

Shades of Fire #8B4629

Tints of Fire #8B4629

Color information

#8B4629 (or 0x8B4629) is unknown color: approx Fire. HEX triplet: 8B, 46 and 29. RGB value is (139,70,41). Sum of RGB (Red+Green+Blue) = 139+70+41=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4629 is #74B9D6. Grayscale: #575757. Windows color (decimal): -7649751 or 2705035. OLE color: 2705035.

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

Color convert

RGB1397041-
CMYK00.500.710.45
HSL17.76º54.44%35.29%-
HSV(B)17.76º70.5%54.51%-
XYZ13.2410.033.34-
YUV87.32101.86164.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=55.6%
G=28%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139704100.500.710.4517.7654.4435.29
Hex8B4629032472D123623
Octal2131065106210755226643
Binary1000101110001101010010110010100011110110110010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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