Html Css Color HEX #A04D2D Sienna

📋 copy color: '#A04D2D'

red 160 ◦ green 77 ◦ blue 45

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

Shades of Sienna #A04D2D

Tints of Sienna #A04D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 56.74%
G = 27.3%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A04D2D (or 0xA04D2D) is known color: Sienna. HEX triplet: A0, 4D and 2D. RGB value is (160,77,45). Sum of RGB (Red+Green+Blue) = 160+77+45=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D2D is #5FB2D2. Grayscale: #626262. Windows color (decimal): -6271699 or 2968992. OLE color: 2968992.

HSL color Cylindrical-coordinate representation of color #A04D2D: hue angle of 16.7º 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 #A04D2D is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 45 -
CMYK 0 0.52 0.72 0.37
HSL 16.7º 0.56% 0.4% -
HSV(B) 16.7º 0.72% 0.63% -
XYZ 17.62 12.97 4.06 -
YUV 98.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 160 77 45 0 0.52 0.72 0.37 16.7 0.56 0.4
Hex A0 4D 2D 0 34 48 25 11 38 28
Octal 240 115 55 0 64 110 45 21 70 50
Binary 10100000 1001101 101101 0 110100 1001000 100101 10001 111000 101000

Color Harmonies of #A04D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D2D

Black with #A04D2D

Text Example


Text Example

White with #A04D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D2D; }

 p { color: rgb(160,77,45); }

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

background-color css

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

 a { background-color: rgb(160,77,45); }

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

border-color css

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

 span { border-color: rgb(160,77,45); }

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