Html Css Color HEX #A14D09 Saddle Brown

📋 copy color: '#A14D09'

red 161 ◦ green 77 ◦ blue 9

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

Shades of Saddle Brown #A14D09

Tints of Saddle Brown #A14D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 65.18%
G = 31.17%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A14D09 (or 0xA14D09) is known color: Saddle Brown. HEX triplet: A1, 4D and 09. RGB value is (161,77,9). Sum of RGB (Red+Green+Blue) = 161+77+9=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D09 is #5EB2F6. Grayscale: #5E5E5E. Windows color (decimal): -6206199 or 609697. OLE color: 609697.

HSL color Cylindrical-coordinate representation of color #A14D09: hue angle of 26.84º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A14D09 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 9 -
CMYK 0 0.52 0.94 0.37
HSL 26.84º 0.89% 0.33% -
HSV(B) 26.84º 0.94% 0.63% -
XYZ 17.4 12.9 1.83 -
YUV 94.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 161 77 9 0 0.52 0.94 0.37 26.84 0.89 0.33
Hex A1 4D 9 0 34 5E 25 1B 59 21
Octal 241 115 11 0 64 136 45 33 131 41
Binary 10100001 1001101 1001 0 110100 1011110 100101 11011 1011001 100001

Color Harmonies of #A14D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D09

Black with #A14D09

Text Example


Text Example

White with #A14D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D09; }

 p { color: rgb(161,77,9); }

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

background-color css

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

 a { background-color: rgb(161,77,9); }

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

border-color css

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

 span { border-color: rgb(161,77,9); }

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