#8A3610

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

Shades of Saddle Brown #8A3610

Tints of Saddle Brown #8A3610

Color information

#8A3610 (or 0x8A3610) is unknown color: approx Saddle Brown. HEX triplet: 8A, 36 and 10. RGB value is (138,54,16). Sum of RGB (Red+Green+Blue) = 138+54+16=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3610 is #75C9EF. Grayscale: #4B4B4B. Windows color (decimal): -7719408 or 1062538. OLE color: 1062538.

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

Color convert

RGB1385416-
CMYK00.610.880.46
HSL18.69º79.22%30.2%-
HSV(B)18.69º88.41%54.12%-
XYZ11.898.081.42-
YUV74.7894.83173.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=66.35%
G=25.96%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138541600.610.880.4618.6979.2230.2
Hex8A361003D582E134f1e
Octal2126620075130562311736
Binary10001010110110100000111101101100010111010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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