#8B3C15

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

Shades of Saddle Brown #8B3C15

Tints of Saddle Brown #8B3C15

Color information

#8B3C15 (or 0x8B3C15) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3C and 15. RGB value is (139,60,21). Sum of RGB (Red+Green+Blue) = 139+60+21=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3C15 is #74C3EA. Grayscale: #4F4F4F. Windows color (decimal): -7652331 or 1391755. OLE color: 1391755.

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

Color convert

RGB1396021-
CMYK00.570.850.45
HSL19.83º73.75%31.37%-
HSV(B)19.83º84.89%54.51%-
XYZ12.48.771.75-
YUV79.1895.17170.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=63.18%
G=27.27%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139602100.570.850.4519.8373.7531.37
Hex8B3C15039552D144a1f
Octal2137425071125552411237
Binary10001011111100101010111001101010110110110100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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