Html Css Color HEX #A14905 Saddle Brown

📋 copy color: '#A14905'

red 161 ◦ green 73 ◦ blue 5

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

Shades of Saddle Brown #A14905

Tints of Saddle Brown #A14905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 67.36%
G = 30.54%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A14905 (or 0xA14905) is known color: Saddle Brown. HEX triplet: A1, 49 and 05. RGB value is (161,73,5). Sum of RGB (Red+Green+Blue) = 161+73+5=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A14905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14905 is #5EB6FA. Grayscale: #5B5B5B. Windows color (decimal): -6207227 or 346529. OLE color: 346529.

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

Color convert

RGB 161 73 5 -
CMYK 0 0.55 0.97 0.37
HSL 26.15º 0.94% 0.33% -
HSV(B) 26.15º 0.97% 0.63% -
XYZ 17.11 12.35 1.63 -
YUV 91.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 161 73 5 0 0.55 0.97 0.37 26.15 0.94 0.33
Hex A1 49 5 0 37 61 25 1A 5E 21
Octal 241 111 5 0 67 141 45 32 136 41
Binary 10100001 1001001 101 0 110111 1100001 100101 11010 1011110 100001

Color Harmonies of #A14905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14905

Black with #A14905

Text Example


Text Example

White with #A14905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14905; }

 p { color: rgb(161,73,5); }

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

background-color css

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

 a { background-color: rgb(161,73,5); }

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

border-color css

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

 span { border-color: rgb(161,73,5); }

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