Html Css Color HEX #A14711 Saddle Brown

📋 copy color: '#A14711'

red 161 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #A14711

Tints of Saddle Brown #A14711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 64.66%
G = 28.51%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14711 (or 0xA14711) is known color: Saddle Brown. HEX triplet: A1, 47 and 11. RGB value is (161,71,17). Sum of RGB (Red+Green+Blue) = 161+71+17=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A14711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14711 is #5EB8EE. Grayscale: #5C5C5C. Windows color (decimal): -6207727 or 1132449. OLE color: 1132449.

HSL color Cylindrical-coordinate representation of color #A14711: hue angle of 22.5º degrees, saturation: 0.81, 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 #A14711 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 17 -
CMYK 0 0.56 0.89 0.37
HSL 22.5º 0.81% 0.35% -
HSV(B) 22.5º 0.89% 0.63% -
XYZ 17.05 12.12 1.97 -
YUV 91.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 161 71 17 0 0.56 0.89 0.37 22.5 0.81 0.35
Hex A1 47 11 0 38 59 25 16 51 23
Octal 241 107 21 0 70 131 45 26 121 43
Binary 10100001 1000111 10001 0 111000 1011001 100101 10110 1010001 100011

Color Harmonies of #A14711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14711

Black with #A14711

Text Example


Text Example

White with #A14711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14711; }

 p { color: rgb(161,71,17); }

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

background-color css

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

 a { background-color: rgb(161,71,17); }

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

border-color css

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

 span { border-color: rgb(161,71,17); }

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