#A15004

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

Shades of Saddle Brown #A15004

Tints of Saddle Brown #A15004

Color information

#A15004 (or 0xA15004) is unknown color: approx Saddle Brown. HEX triplet: A1, 50 and 04. RGB value is (161,80,4). Sum of RGB (Red+Green+Blue) = 161+80+4=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A15004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15004 is #5EAFFB. Grayscale: #5F5F5F. Windows color (decimal): -6205436 or 282785. OLE color: 282785.

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

Color convert

RGB161804-
CMYK00.500.980.37
HSL29.04º95.15%32.35%-
HSV(B)29.04º97.52%63.14%-
XYZ17.5913.321.76-
YUV95.5676.34174.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=65.71%
G=32.65%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16180400.500.980.3729.0495.1532.35
HexA150403262251d5f20
Octal2411204062142453513740
Binary10100001101000010001100101100010100101111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15004; }

 p { color: rgb(161,80,4); }

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

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

 a { background-color: rgb(161,80,4); }

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

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

 span { border-color: rgb(161,80,4); }

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