Html Css Color HEX #A14906 Saddle Brown

📋 copy color: '#A14906'

red 161 ◦ green 73 ◦ blue 6

#A14906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #A14906

Tints of Saddle Brown #A14906

RGB

 RED value IS 161 (63.28% from 255) = 67.08%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 67.08%
G = 30.42%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A14906 (or 0xA14906) is known color: Saddle Brown. HEX triplet: A1, 49 and 06. RGB value is (161,73,6). Sum of RGB (Red+Green+Blue) = 161+73+6=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A14906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14906 is #5EB6F9. Grayscale: #5C5C5C. Windows color (decimal): -6207226 or 412065. OLE color: 412065.

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

Color convert

RGB 161 73 6 -
CMYK 0 0.55 0.96 0.37
HSL 25.94º 0.93% 0.33% -
HSV(B) 25.94º 0.96% 0.63% -
XYZ 17.11 12.36 1.66 -
YUV 91.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 161 73 6 0 0.55 0.96 0.37 25.94 0.93 0.33
Hex A1 49 6 0 37 60 25 1A 5D 21
Octal 241 111 6 0 67 140 45 32 135 41
Binary 10100001 1001001 110 0 110111 1100000 100101 11010 1011101 100001

Color Harmonies of #A14906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14906

Black with #A14906

Text Example


Text Example

White with #A14906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14906; }

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

 H1.HeaderClassName
 {
   color: #A14906;
 }
 .AnyTagClassName
 {
   color: #A14906;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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