#A14412

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

Shades of Saddle Brown #A14412

Tints of Saddle Brown #A14412

Color information

#A14412 (or 0xA14412) is unknown color: approx Saddle Brown. HEX triplet: A1, 44 and 12. RGB value is (161,68,18). Sum of RGB (Red+Green+Blue) = 161+68+18=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14412 is #5EBBED. Grayscale: #5A5A5A. Windows color (decimal): -6208494 or 1197217. OLE color: 1197217.

HSL color Cylindrical-coordinate representation of color #A14412: hue angle of 20.98º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A14412 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1616818-
CMYK00.580.890.37
HSL20.98º79.89%35.1%-
HSV(B)20.98º88.82%63.14%-
XYZ16.8711.751.95-
YUV90.1187.31178.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=65.18%
G=27.53%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161681800.580.890.3720.9879.8935.1
HexA1441203A5925155023
Octal24110422072131452512043
Binary1010000110001001001001110101011001100101101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14412; }

 p { color: rgb(161,68,18); }

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

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

 a { background-color: rgb(161,68,18); }

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

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

 span { border-color: rgb(161,68,18); }

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