#8B4328

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

Shades of Fire #8B4328

Tints of Fire #8B4328

Color information

#8B4328 (or 0x8B4328) is unknown color: approx Fire. HEX triplet: 8B, 43 and 28. RGB value is (139,67,40). Sum of RGB (Red+Green+Blue) = 139+67+40=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4328 is #74BCD7. Grayscale: #555555. Windows color (decimal): -7650520 or 2638731. OLE color: 2638731.

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

Color convert

RGB1396740-
CMYK00.520.710.45
HSL16.36º55.31%35.1%-
HSV(B)16.36º71.22%54.51%-
XYZ13.049.663.18-
YUV85.45102.35166.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=56.50%
G=27.24%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139674000.520.710.4516.3655.3135.1
Hex8B4328034472D103723
Octal2131035006410755206743
Binary1000101110000111010000110100100011110110110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,40); }

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

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

 a { background-color: rgb(139,67,40); }

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

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

 span { border-color: rgb(139,67,40); }

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