#A04105

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

Shades of Saddle Brown #A04105

Tints of Saddle Brown #A04105

Color information

#A04105 (or 0xA04105) is unknown color: approx Saddle Brown. HEX triplet: A0, 41 and 05. RGB value is (160,65,5). Sum of RGB (Red+Green+Blue) = 160+65+5=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04105 is #5FBEFA. Grayscale: #565656. Windows color (decimal): -6274811 or 344480. OLE color: 344480.

HSL color Cylindrical-coordinate representation of color #A04105: hue angle of 23.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A04105 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB160655-
CMYK00.590.970.37
HSL23.23º93.94%32.35%-
HSV(B)23.23º96.88%62.75%-
XYZ16.4111.271.45-
YUV86.5681.97180.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=69.57%
G=28.26%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16065500.590.970.3723.2393.9432.35
HexA041503B6125175e20
Octal2401015073141452713640
Binary10100000100000110101110111100001100101101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04105; }

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

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

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

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

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

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

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

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