#8A3710

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

Shades of Saddle Brown #8A3710

Tints of Saddle Brown #8A3710

Color information

#8A3710 (or 0x8A3710) is unknown color: approx Saddle Brown. HEX triplet: 8A, 37 and 10. RGB value is (138,55,16). Sum of RGB (Red+Green+Blue) = 138+55+16=209 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.03% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3710 is #75C8EF. Grayscale: #4B4B4B. Windows color (decimal): -7719152 or 1062794. OLE color: 1062794.

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

Color convert

RGB1385516-
CMYK00.600.880.46
HSL19.18º79.22%30.2%-
HSV(B)19.18º88.41%54.12%-
XYZ11.948.171.44-
YUV75.3794.5172.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.03%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=66.03%
G=26.32%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138551600.600.880.4619.1879.2230.2
Hex8A371003C582E134f1e
Octal2126720074130562311736
Binary10001010110111100000111100101100010111010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,16); }

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

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

 a { background-color: rgb(138,55,16); }

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

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

 span { border-color: rgb(138,55,16); }

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