#A14B06

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

Shades of Saddle Brown #A14B06

Tints of Saddle Brown #A14B06

Color information

#A14B06 (or 0xA14B06) is unknown color: approx Saddle Brown. HEX triplet: A1, 4B and 06. RGB value is (161,75,6). Sum of RGB (Red+Green+Blue) = 161+75+6=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14B06 is #5EB4F9. Grayscale: #5D5D5D. Windows color (decimal): -6206714 or 412577. OLE color: 412577.

HSL color Cylindrical-coordinate representation of color #A14B06: hue angle of 26.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A14B06 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161756-
CMYK00.530.960.37
HSL26.71º92.81%32.75%-
HSV(B)26.71º96.27%63.14%-
XYZ17.2512.621.7-
YUV92.8578.99176.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=66.53%
G=30.99%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16175600.530.960.3726.7192.8132.75
HexA14B603560251b5d21
Octal2411136065140453313541
Binary10100001100101111001101011100000100101110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B06; }

 p { color: rgb(161,75,6); }

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

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

 a { background-color: rgb(161,75,6); }

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

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

 span { border-color: rgb(161,75,6); }

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