#A0410D

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

Shades of Saddle Brown #A0410D

Tints of Saddle Brown #A0410D

Color information

#A0410D (or 0xA0410D) is unknown color: approx Saddle Brown. HEX triplet: A0, 41 and 0D. RGB value is (160,65,13). Sum of RGB (Red+Green+Blue) = 160+65+13=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0410D is #5FBEF2. Grayscale: #575757. Windows color (decimal): -6274803 or 868768. OLE color: 868768.

HSL color Cylindrical-coordinate representation of color #A0410D: hue angle of 21.22º 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 #A0410D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1606513-
CMYK00.590.920.37
HSL21.22º84.97%33.92%-
HSV(B)21.22º91.87%62.75%-
XYZ16.4611.281.69-
YUV87.4885.97179.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.23%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=67.23%
G=27.31%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160651300.590.920.3721.2284.9733.92
HexA041D03B5C25155522
Octal24010115073134452512542
Binary101000001000001110101110111011100100101101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0410D; }

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

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

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

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

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

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

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

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