#8B4530

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

Shades of Fire #8B4530

Tints of Fire #8B4530

Color information

#8B4530 (or 0x8B4530) is unknown color: approx Fire. HEX triplet: 8B, 45 and 30. RGB value is (139,69,48). Sum of RGB (Red+Green+Blue) = 139+69+48=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4530 is #74BACF. Grayscale: #575757. Windows color (decimal): -7650000 or 3163531. OLE color: 3163531.

HSL color Cylindrical-coordinate representation of color #8B4530: hue angle of 13.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4530 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1396948-
CMYK00.500.650.45
HSL13.85º48.66%36.67%-
HSV(B)13.85º65.47%54.51%-
XYZ13.319.964.02-
YUV87.54105.69164.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=54.30%
G=26.95%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139694800.500.650.4513.8548.6636.67
Hex8B4530032412De3125
Octal2131056006210155166145
Binary100010111000101110000011001010000011011011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,48); }

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

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

 a { background-color: rgb(139,69,48); }

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

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

 span { border-color: rgb(139,69,48); }

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