Html Css Color HEX #A14410 Saddle Brown

📋 copy color: '#A14410'

red 161 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #A14410

Tints of Saddle Brown #A14410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 65.71%
G = 27.76%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A14410 (or 0xA14410) is known color: Saddle Brown. HEX triplet: A1, 44 and 10. RGB value is (161,68,16). Sum of RGB (Red+Green+Blue) = 161+68+16=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14410 is #5EBBEF. Grayscale: #5A5A5A. Windows color (decimal): -6208496 or 1066145. OLE color: 1066145.

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

Color convert

RGB 161 68 16 -
CMYK 0 0.58 0.90 0.37
HSL 21.52º 0.82% 0.35% -
HSV(B) 21.52º 0.9% 0.63% -
XYZ 16.86 11.75 1.87 -
YUV 89.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 161 68 16 0 0.58 0.90 0.37 21.52 0.82 0.35
Hex A1 44 10 0 3A 5A 25 16 52 23
Octal 241 104 20 0 72 132 45 26 122 43
Binary 10100001 1000100 10000 0 111010 1011010 100101 10110 1010010 100011

Color Harmonies of #A14410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14410

Black with #A14410

Text Example


Text Example

White with #A14410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14410; }

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

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

background-color css

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

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

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

border-color css

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

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

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