Html Css Color HEX #A14C10 Saddle Brown

📋 copy color: '#A14C10'

red 161 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #A14C10

Tints of Saddle Brown #A14C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

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

R = 63.64%
G = 30.04%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A14C10 (or 0xA14C10) is known color: Saddle Brown. HEX triplet: A1, 4C and 10. RGB value is (161,76,16). Sum of RGB (Red+Green+Blue) = 161+76+16=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C10 is #5EB3EF. Grayscale: #5E5E5E. Windows color (decimal): -6206448 or 1068193. OLE color: 1068193.

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

Color convert

RGB 161 76 16 -
CMYK 0 0.53 0.90 0.37
HSL 24.83º 0.82% 0.35% -
HSV(B) 24.83º 0.9% 0.63% -
XYZ 17.38 12.78 2.04 -
YUV 94.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 161 76 16 0 0.53 0.90 0.37 24.83 0.82 0.35
Hex A1 4C 10 0 35 5A 25 19 52 23
Octal 241 114 20 0 65 132 45 31 122 43
Binary 10100001 1001100 10000 0 110101 1011010 100101 11001 1010010 100011

Color Harmonies of #A14C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C10

Black with #A14C10

Text Example


Text Example

White with #A14C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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