#8A5313

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

Shades of Saddle Brown #8A5313

Tints of Saddle Brown #8A5313

Color information

#8A5313 (or 0x8A5313) is unknown color: approx Saddle Brown. HEX triplet: 8A, 53 and 13. RGB value is (138,83,19). Sum of RGB (Red+Green+Blue) = 138+83+19=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5313 is #75ACEC. Grayscale: #5C5C5C. Windows color (decimal): -7711981 or 1266570. OLE color: 1266570.

HSL color Cylindrical-coordinate representation of color #8A5313: hue angle of 32.27º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A5313 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1388319-
CMYK00.400.860.46
HSL32.27º75.8%30.78%-
HSV(B)32.27º86.23%54.12%-
XYZ13.6911.642.14-
YUV92.1586.72160.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=57.5%
G=34.58%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138831900.400.860.4632.2775.830.78
Hex8A5313028562E204c1f
Octal21212323050126564011437
Binary1000101010100111001101010001010110101110100000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,19); }

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

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

 a { background-color: rgb(138,83,19); }

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

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

 span { border-color: rgb(138,83,19); }

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