Html Css Color HEX #A1542B Sienna

📋 copy color: '#A1542B'

red 161 ◦ green 84 ◦ blue 43

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

Shades of Sienna #A1542B

Tints of Sienna #A1542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 55.9%
G = 29.17%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1542B (or 0xA1542B) is known color: Sienna. HEX triplet: A1, 54 and 2B. RGB value is (161,84,43). Sum of RGB (Red+Green+Blue) = 161+84+43=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1542B is #5EABD4. Grayscale: #666666. Windows color (decimal): -6204373 or 2839713. OLE color: 2839713.

HSL color Cylindrical-coordinate representation of color #A1542B: hue angle of 20.85º degrees, saturation: 0.58, 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 #A1542B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 43 -
CMYK 0 0.48 0.73 0.37
HSL 20.85º 0.58% 0.4% -
HSV(B) 20.85º 0.73% 0.63% -
XYZ 18.3 14.09 4.04 -
YUV 102.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 161 84 43 0 0.48 0.73 0.37 20.85 0.58 0.4
Hex A1 54 2B 0 30 49 25 15 3A 28
Octal 241 124 53 0 60 111 45 25 72 50
Binary 10100001 1010100 101011 0 110000 1001001 100101 10101 111010 101000

Color Harmonies of #A1542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1542B

Black with #A1542B

Text Example


Text Example

White with #A1542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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