#8A511A

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

Shades of Saddle Brown #8A511A

Tints of Saddle Brown #8A511A

Color information

#8A511A (or 0x8A511A) is unknown color: approx Saddle Brown. HEX triplet: 8A, 51 and 1A. RGB value is (138,81,26). Sum of RGB (Red+Green+Blue) = 138+81+26=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A511A is #75AEE5. Grayscale: #5C5C5C. Windows color (decimal): -7712486 or 1724810. OLE color: 1724810.

HSL color Cylindrical-coordinate representation of color #8A511A: hue angle of 29.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A511A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1388126-
CMYK00.410.810.46
HSL29.46º68.29%32.16%-
HSV(B)29.46º81.16%54.12%-
XYZ13.6111.362.45-
YUV91.7790.88160.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=56.33%
G=33.06%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138812600.410.810.4629.4668.2932.16
Hex8A511A029512E1d4420
Octal21212132051121563510440
Binary1000101010100011101001010011010001101110111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,26); }

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

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

 a { background-color: rgb(138,81,26); }

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

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

 span { border-color: rgb(138,81,26); }

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