Html Css Color HEX #A14610 Saddle Brown

📋 copy color: '#A14610'

red 161 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #A14610

Tints of Saddle Brown #A14610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 65.18%
G = 28.34%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A14610 (or 0xA14610) is known color: Saddle Brown. HEX triplet: A1, 46 and 10. RGB value is (161,70,16). Sum of RGB (Red+Green+Blue) = 161+70+16=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14610 is #5EB9EF. Grayscale: #5B5B5B. Windows color (decimal): -6207984 or 1066657. OLE color: 1066657.

HSL color Cylindrical-coordinate representation of color #A14610: hue angle of 22.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A14610 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 16 -
CMYK 0 0.57 0.90 0.37
HSL 22.34º 0.82% 0.35% -
HSV(B) 22.34º 0.9% 0.63% -
XYZ 16.98 11.99 1.91 -
YUV 91.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 161 70 16 0 0.57 0.90 0.37 22.34 0.82 0.35
Hex A1 46 10 0 39 5A 25 16 52 23
Octal 241 106 20 0 71 132 45 26 122 43
Binary 10100001 1000110 10000 0 111001 1011010 100101 10110 1010010 100011

Color Harmonies of #A14610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14610

Black with #A14610

Text Example


Text Example

White with #A14610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14610; }

 p { color: rgb(161,70,16); }

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

background-color css

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

 a { background-color: rgb(161,70,16); }

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

border-color css

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

 span { border-color: rgb(161,70,16); }

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