#8B3910

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

Shades of Saddle Brown #8B3910

Tints of Saddle Brown #8B3910

Color information

#8B3910 (or 0x8B3910) is unknown color: approx Saddle Brown. HEX triplet: 8B, 39 and 10. RGB value is (139,57,16). Sum of RGB (Red+Green+Blue) = 139+57+16=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3910 is #74C6EF. Grayscale: #4D4D4D. Windows color (decimal): -7653104 or 1063307. OLE color: 1063307.

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

Color convert

RGB1395716-
CMYK00.590.880.45
HSL20º79.35%30.39%-
HSV(B)20º88.49%54.51%-
XYZ12.28.451.48-
YUV76.8493.67172.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=65.57%
G=26.89%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139571600.590.880.452079.3530.39
Hex8B391003B582D144f1e
Octal2137120073130552411736
Binary10001011111001100000111011101100010110110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,16); }

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

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

 a { background-color: rgb(139,57,16); }

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

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

 span { border-color: rgb(139,57,16); }

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