#8B3F25

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

Shades of Fire #8B3F25

Tints of Fire #8B3F25

Color information

#8B3F25 (or 0x8B3F25) is unknown color: approx Fire. HEX triplet: 8B, 3F and 25. RGB value is (139,63,37). Sum of RGB (Red+Green+Blue) = 139+63+37=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F25 is #74C0DA. Grayscale: #525252. Windows color (decimal): -7651547 or 2441099. OLE color: 2441099.

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

Color convert

RGB1396337-
CMYK00.550.730.45
HSL15.29º57.95%34.51%-
HSV(B)15.29º73.38%54.51%-
XYZ12.769.182.85-
YUV82.76102.18168.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=58.16%
G=26.36%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139633700.550.730.4515.2957.9534.51
Hex8B3F25037492Df3a23
Octal213774506711155177243
Binary10001011111111100101011011110010011011011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,37); }

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

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

 a { background-color: rgb(139,63,37); }

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

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

 span { border-color: rgb(139,63,37); }

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