#8B3810

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

Shades of Saddle Brown #8B3810

Tints of Saddle Brown #8B3810

Color information

#8B3810 (or 0x8B3810) is unknown color: approx Saddle Brown. HEX triplet: 8B, 38 and 10. RGB value is (139,56,16). Sum of RGB (Red+Green+Blue) = 139+56+16=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3810 is #74C7EF. Grayscale: #4C4C4C. Windows color (decimal): -7653360 or 1063051. OLE color: 1063051.

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

Color convert

RGB1395616-
CMYK00.600.880.45
HSL19.51º79.35%30.39%-
HSV(B)19.51º88.49%54.51%-
XYZ12.168.351.46-
YUV76.2694172.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=65.88%
G=26.54%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139561600.600.880.4519.5179.3530.39
Hex8B381003C582D144f1e
Octal2137020074130552411736
Binary10001011111000100000111100101100010110110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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