Html Css Color HEX #A0490B Saddle Brown

📋 copy color: '#A0490B'

red 160 ◦ green 73 ◦ blue 11

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

Shades of Saddle Brown #A0490B

Tints of Saddle Brown #A0490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 65.57%
G = 29.92%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0490B (or 0xA0490B) is known color: Saddle Brown. HEX triplet: A0, 49 and 0B. RGB value is (160,73,11). Sum of RGB (Red+Green+Blue) = 160+73+11=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0490B is #5FB6F4. Grayscale: #5C5C5C. Windows color (decimal): -6272757 or 739744. OLE color: 739744.

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

Color convert

RGB 160 73 11 -
CMYK 0 0.54 0.93 0.37
HSL 24.97º 0.87% 0.34% -
HSV(B) 24.97º 0.93% 0.63% -
XYZ 16.94 12.26 1.79 -
YUV 91.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 160 73 11 0 0.54 0.93 0.37 24.97 0.87 0.34
Hex A0 49 B 0 36 5D 25 19 57 22
Octal 240 111 13 0 66 135 45 31 127 42
Binary 10100000 1001001 1011 0 110110 1011101 100101 11001 1010111 100010

Color Harmonies of #A0490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0490B

Black with #A0490B

Text Example


Text Example

White with #A0490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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