Html Css Color HEX #A14411 Saddle Brown

📋 copy color: '#A14411'

red 161 ◦ green 68 ◦ blue 17

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

Shades of Saddle Brown #A14411

Tints of Saddle Brown #A14411

RGB

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

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

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

R = 65.45%
G = 27.64%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14411 (or 0xA14411) is known color: Saddle Brown. HEX triplet: A1, 44 and 11. RGB value is (161,68,17). Sum of RGB (Red+Green+Blue) = 161+68+17=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14411 is #5EBBEE. Grayscale: #5A5A5A. Windows color (decimal): -6208495 or 1131681. OLE color: 1131681.

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

Color convert

RGB 161 68 17 -
CMYK 0 0.58 0.89 0.37
HSL 21.25º 0.81% 0.35% -
HSV(B) 21.25º 0.89% 0.63% -
XYZ 16.87 11.75 1.91 -
YUV 89.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 161 68 17 0 0.58 0.89 0.37 21.25 0.81 0.35
Hex A1 44 11 0 3A 59 25 15 51 23
Octal 241 104 21 0 72 131 45 25 121 43
Binary 10100001 1000100 10001 0 111010 1011001 100101 10101 1010001 100011

Color Harmonies of #A14411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14411

Black with #A14411

Text Example


Text Example

White with #A14411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14411; }

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

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

background-color css

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

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

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

border-color css

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

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

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