#8B3C0F

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

Shades of Saddle Brown #8B3C0F

Tints of Saddle Brown #8B3C0F

Color information

#8B3C0F (or 0x8B3C0F) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3C and 0F. RGB value is (139,60,15). Sum of RGB (Red+Green+Blue) = 139+60+15=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3C0F is #74C3F0. Grayscale: #4E4E4E. Windows color (decimal): -7652337 or 998539. OLE color: 998539.

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

Color convert

RGB1396015-
CMYK00.570.890.45
HSL21.77º80.52%30.2%-
HSV(B)21.77º89.21%54.51%-
XYZ12.358.761.49-
YUV78.4992.17171.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=64.95%
G=28.04%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139601500.570.890.4521.7780.5230.2
Hex8B3CF039592D16511e
Octal2137417071131552612136
Binary1000101111110011110111001101100110110110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,15); }

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

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

 a { background-color: rgb(139,60,15); }

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

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

 span { border-color: rgb(139,60,15); }

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