Html Css Color HEX #A2542C Sienna

📋 copy color: '#A2542C'

red 162 ◦ green 84 ◦ blue 44

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

Shades of Sienna #A2542C

Tints of Sienna #A2542C

RGB

 RED value IS 162 (63.67% from 255) = 55.86%

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

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

R = 55.86%
G = 28.97%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2542C (or 0xA2542C) is known color: Sienna. HEX triplet: A2, 54 and 2C. RGB value is (162,84,44). Sum of RGB (Red+Green+Blue) = 162+84+44=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2542C is #5DABD3. Grayscale: #676767. Windows color (decimal): -6138836 or 2905250. OLE color: 2905250.

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

Color convert

RGB 162 84 44 -
CMYK 0 0.48 0.73 0.36
HSL 20.34º 0.57% 0.4% -
HSV(B) 20.34º 0.73% 0.64% -
XYZ 18.53 14.2 4.15 -
YUV 102.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 162 84 44 0 0.48 0.73 0.36 20.34 0.57 0.4
Hex A2 54 2C 0 30 49 24 14 39 28
Octal 242 124 54 0 60 111 44 24 71 50
Binary 10100010 1010100 101100 0 110000 1001001 100100 10100 111001 101000

Color Harmonies of #A2542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2542C

Black with #A2542C

Text Example


Text Example

White with #A2542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2542C; }

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

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

background-color css

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

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

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

border-color css

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

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

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