Html Css Color HEX #A0490F Saddle Brown

📋 copy color: '#A0490F'

red 160 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #A0490F

Tints of Saddle Brown #A0490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 64.52%
G = 29.44%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0490F (or 0xA0490F) is known color: Saddle Brown. HEX triplet: A0, 49 and 0F. RGB value is (160,73,15). Sum of RGB (Red+Green+Blue) = 160+73+15=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A0490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0490F is #5FB6F0. Grayscale: #5C5C5C. Windows color (decimal): -6272753 or 1001888. OLE color: 1001888.

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

Color convert

RGB 160 73 15 -
CMYK 0 0.54 0.91 0.37
HSL 24º 0.83% 0.34% -
HSV(B) 24º 0.91% 0.63% -
XYZ 16.97 12.27 1.93 -
YUV 92.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 160 73 15 0 0.54 0.91 0.37 24 0.83 0.34
Hex A0 49 F 0 36 5B 25 18 53 22
Octal 240 111 17 0 66 133 45 30 123 42
Binary 10100000 1001001 1111 0 110110 1011011 100101 11000 1010011 100010

Color Harmonies of #A0490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0490F

Black with #A0490F

Text Example


Text Example

White with #A0490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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