Html Css Color HEX #A1542D Sienna

📋 copy color: '#A1542D'

red 161 ◦ green 84 ◦ blue 45

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

Shades of Sienna #A1542D

Tints of Sienna #A1542D

RGB

 RED value IS 161 (63.28% from 255) = 55.52%

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 55.52%
G = 28.97%
B = 15.52%

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

#A1542D (or 0xA1542D) is known color: Sienna. HEX triplet: A1, 54 and 2D. RGB value is (161,84,45). Sum of RGB (Red+Green+Blue) = 161+84+45=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1542D is #5EABD2. Grayscale: #666666. Windows color (decimal): -6204371 or 2970785. OLE color: 2970785.

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

Color convert

RGB 161 84 45 -
CMYK 0 0.48 0.72 0.37
HSL 20.17º 0.56% 0.4% -
HSV(B) 20.17º 0.72% 0.63% -
XYZ 18.34 14.11 4.24 -
YUV 102.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 161 84 45 0 0.48 0.72 0.37 20.17 0.56 0.4
Hex A1 54 2D 0 30 48 25 14 38 28
Octal 241 124 55 0 60 110 45 24 70 50
Binary 10100001 1010100 101101 0 110000 1001000 100101 10100 111000 101000

Color Harmonies of #A1542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1542D

Black with #A1542D

Text Example


Text Example

White with #A1542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1542D; }

 p { color: rgb(161,84,45); }

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

background-color css

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

 a { background-color: rgb(161,84,45); }

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

border-color css

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

 span { border-color: rgb(161,84,45); }

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