Html Css Color HEX #A0542C Sienna

📋 copy color: '#A0542C'

red 160 ◦ green 84 ◦ blue 44

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

Shades of Sienna #A0542C

Tints of Sienna #A0542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 55.56%
G = 29.17%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0542C (or 0xA0542C) is known color: Sienna. HEX triplet: A0, 54 and 2C. RGB value is (160,84,44). Sum of RGB (Red+Green+Blue) = 160+84+44=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0542C is #5FABD3. Grayscale: #666666. Windows color (decimal): -6269908 or 2905248. OLE color: 2905248.

HSL color Cylindrical-coordinate representation of color #A0542C: hue angle of 20.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0542C is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 44 -
CMYK 0 0.48 0.72 0.37
HSL 20.69º 0.57% 0.4% -
HSV(B) 20.69º 0.73% 0.63% -
XYZ 18.12 14 4.13 -
YUV 102.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 160 84 44 0 0.48 0.72 0.37 20.69 0.57 0.4
Hex A0 54 2C 0 30 48 25 15 39 28
Octal 240 124 54 0 60 110 45 25 71 50
Binary 10100000 1010100 101100 0 110000 1001000 100101 10101 111001 101000

Color Harmonies of #A0542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0542C

Black with #A0542C

Text Example


Text Example

White with #A0542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0542C; }

 p { color: rgb(160,84,44); }

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

background-color css

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

 a { background-color: rgb(160,84,44); }

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

border-color css

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

 span { border-color: rgb(160,84,44); }

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