Html Css Color HEX #A14512 Saddle Brown

📋 copy color: '#A14512'

red 161 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #A14512

Tints of Saddle Brown #A14512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 64.92%
G = 27.82%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14512 (or 0xA14512) is known color: Saddle Brown. HEX triplet: A1, 45 and 12. RGB value is (161,69,18). Sum of RGB (Red+Green+Blue) = 161+69+18=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14512 is #5EBAED. Grayscale: #5A5A5A. Windows color (decimal): -6208238 or 1197473. OLE color: 1197473.

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

Color convert

RGB 161 69 18 -
CMYK 0 0.57 0.89 0.37
HSL 21.4º 0.8% 0.35% -
HSV(B) 21.4º 0.89% 0.63% -
XYZ 16.94 11.88 1.97 -
YUV 90.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 161 69 18 0 0.57 0.89 0.37 21.4 0.8 0.35
Hex A1 45 12 0 39 59 25 15 50 23
Octal 241 105 22 0 71 131 45 25 120 43
Binary 10100001 1000101 10010 0 111001 1011001 100101 10101 1010000 100011

Color Harmonies of #A14512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14512

Black with #A14512

Text Example


Text Example

White with #A14512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14512; }

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

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

background-color css

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

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

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

border-color css

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

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

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