Html Css Color HEX #A0490A Saddle Brown

📋 copy color: '#A0490A'

red 160 ◦ green 73 ◦ blue 10

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

Shades of Saddle Brown #A0490A

Tints of Saddle Brown #A0490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 65.84%
G = 30.04%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0490A (or 0xA0490A) is known color: Saddle Brown. HEX triplet: A0, 49 and 0A. RGB value is (160,73,10). Sum of RGB (Red+Green+Blue) = 160+73+10=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0490A is #5FB6F5. Grayscale: #5C5C5C. Windows color (decimal): -6272758 or 674208. OLE color: 674208.

HSL color Cylindrical-coordinate representation of color #A0490A: hue angle of 25.2º degrees, saturation: 0.88, 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 #A0490A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 10 -
CMYK 0 0.54 0.94 0.37
HSL 25.2º 0.88% 0.33% -
HSV(B) 25.2º 0.94% 0.63% -
XYZ 16.93 12.26 1.76 -
YUV 91.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 160 73 10 0 0.54 0.94 0.37 25.2 0.88 0.33
Hex A0 49 A 0 36 5E 25 19 58 21
Octal 240 111 12 0 66 136 45 31 130 41
Binary 10100000 1001001 1010 0 110110 1011110 100101 11001 1011000 100001

Color Harmonies of #A0490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0490A

Black with #A0490A

Text Example


Text Example

White with #A0490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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