Html Css Color HEX #A14510 Saddle Brown

📋 copy color: '#A14510'

red 161 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #A14510

Tints of Saddle Brown #A14510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 65.45%
G = 28.05%
B = 6.5%

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

#A14510 (or 0xA14510) is known color: Saddle Brown. HEX triplet: A1, 45 and 10. RGB value is (161,69,16). Sum of RGB (Red+Green+Blue) = 161+69+16=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14510 is #5EBAEF. Grayscale: #5A5A5A. Windows color (decimal): -6208240 or 1066401. OLE color: 1066401.

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

Color convert

RGB 161 69 16 -
CMYK 0 0.57 0.90 0.37
HSL 21.93º 0.82% 0.35% -
HSV(B) 21.93º 0.9% 0.63% -
XYZ 16.92 11.87 1.89 -
YUV 90.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 161 69 16 0 0.57 0.90 0.37 21.93 0.82 0.35
Hex A1 45 10 0 39 5A 25 16 52 23
Octal 241 105 20 0 71 132 45 26 122 43
Binary 10100001 1000101 10000 0 111001 1011010 100101 10110 1010010 100011

Color Harmonies of #A14510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14510

Black with #A14510

Text Example


Text Example

White with #A14510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14510; }

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

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

background-color css

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

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

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

border-color css

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

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

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