#A0400D

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

Shades of Saddle Brown #A0400D

Tints of Saddle Brown #A0400D

Color information

#A0400D (or 0xA0400D) is unknown color: approx Saddle Brown. HEX triplet: A0, 40 and 0D. RGB value is (160,64,13). Sum of RGB (Red+Green+Blue) = 160+64+13=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0400D is #5FBFF2. Grayscale: #575757. Windows color (decimal): -6275059 or 868512. OLE color: 868512.

HSL color Cylindrical-coordinate representation of color #A0400D: hue angle of 20.82º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0400D is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1606413-
CMYK00.60.920.37
HSL20.82º84.97%33.92%-
HSV(B)20.82º91.87%62.75%-
XYZ16.411.171.67-
YUV86.8986.3180.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=67.51%
G=27.00%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160641300.60.920.3720.8284.9733.92
HexA040D03C5C25155522
Octal24010015074134452512542
Binary101000001000000110101111001011100100101101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0400D; }

 p { color: rgb(160,64,13); }

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

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

 a { background-color: rgb(160,64,13); }

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

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

 span { border-color: rgb(160,64,13); }

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