#8B3715

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

Shades of Saddle Brown #8B3715

Tints of Saddle Brown #8B3715

Color information

#8B3715 (or 0x8B3715) is unknown color: approx Saddle Brown. HEX triplet: 8B, 37 and 15. RGB value is (139,55,21). Sum of RGB (Red+Green+Blue) = 139+55+21=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3715 is #74C8EA. Grayscale: #4C4C4C. Windows color (decimal): -7653611 or 1390475. OLE color: 1390475.

HSL color Cylindrical-coordinate representation of color #8B3715: hue angle of 17.29º 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 #8B3715 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1395521-
CMYK00.600.850.45
HSL17.29º73.75%31.37%-
HSV(B)17.29º84.89%54.51%-
XYZ12.158.281.67-
YUV76.2496.83172.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=64.65%
G=25.58%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139552100.600.850.4517.2973.7531.37
Hex8B371503C552D114a1f
Octal2136725074125552111237
Binary10001011110111101010111100101010110110110001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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