Html Css Color HEX #A0490D Saddle Brown

📋 copy color: '#A0490D'

red 160 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #A0490D

Tints of Saddle Brown #A0490D

RGB

 RED value IS 160 (62.89% from 255) = 65.04%

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 65.04%
G = 29.67%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0490D (or 0xA0490D) is known color: Saddle Brown. HEX triplet: A0, 49 and 0D. RGB value is (160,73,13). Sum of RGB (Red+Green+Blue) = 160+73+13=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0490D is #5FB6F2. Grayscale: #5C5C5C. Windows color (decimal): -6272755 or 870816. OLE color: 870816.

HSL color Cylindrical-coordinate representation of color #A0490D: hue angle of 24.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0490D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 13 -
CMYK 0 0.54 0.92 0.37
HSL 24.49º 0.85% 0.34% -
HSV(B) 24.49º 0.92% 0.63% -
XYZ 16.95 12.27 1.86 -
YUV 92.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 160 73 13 0 0.54 0.92 0.37 24.49 0.85 0.34
Hex A0 49 D 0 36 5C 25 18 55 22
Octal 240 111 15 0 66 134 45 30 125 42
Binary 10100000 1001001 1101 0 110110 1011100 100101 11000 1010101 100010

Color Harmonies of #A0490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0490D

Black with #A0490D

Text Example


Text Example

White with #A0490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0490D; }

 p { color: rgb(160,73,13); }

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

background-color css

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

 a { background-color: rgb(160,73,13); }

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

border-color css

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

 span { border-color: rgb(160,73,13); }

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