Html Css Color HEX #A14900 Saddle Brown

📋 copy color: '#A14900'

red 161 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #A14900

Tints of Saddle Brown #A14900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.8%
G = 31.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A14900 (or 0xA14900) is known color: Saddle Brown. HEX triplet: A1, 49 and 00. RGB value is (161,73,0). Sum of RGB (Red+Green+Blue) = 161+73+0=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14900 is #5EB6FF. Grayscale: #5B5B5B. Windows color (decimal): -6207232 or 18849. OLE color: 18849.

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

Color convert

RGB 161 73 0 -
CMYK 0 0.55 1 0.37
HSL 27.2º 1% 0.32% -
HSV(B) 27.2º 1% 0.63% -
XYZ 17.08 12.34 1.48 -
YUV 90.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 161 73 0 0 0.55 1 0.37 27.2 1 0.32
Hex A1 49 0 0 37 64 25 1B 64 20
Octal 241 111 0 0 67 144 45 33 144 40
Binary 10100001 1001001 0 0 110111 1100100 100101 11011 1100100 100000

Color Harmonies of #A14900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14900

Black with #A14900

Text Example


Text Example

White with #A14900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14900; }

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

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

background-color css

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

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

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

border-color css

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

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

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