#8a4111

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

Shades of Saddle Brown #8A4111

Tints of Saddle Brown #8A4111

Color information

#8A4111 (or 0x8A4111) is unknown color: approx Saddle Brown. HEX triplet: 8A, 41 and 11. RGB value is (138,65,17). Sum of RGB (Red+Green+Blue) = 138+65+17=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4111 is #75BEEE. Grayscale: #515151. Windows color (decimal): -7716591 or 1130890. OLE color: 1130890.

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

Color convert

RGB1386517-
CMYK00.530.880.46
HSL23.8º78.06%30.39%-
HSV(B)23.8º87.68%54.12%-
XYZ12.479.221.65-
YUV81.3691.68168.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.73%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=62.73%
G=29.55%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138651700.530.880.4623.878.0630.39
Hex8A4111035582E184e1e
Octal21210121065130563011636
Binary100010101000001100010110101101100010111011000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,17); }

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

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

 a { background-color: rgb(138,65,17); }

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

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

 span { border-color: rgb(138,65,17); }

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