Html Css Color HEX #A04D2F Sienna

📋 copy color: '#A04D2F'

red 160 ◦ green 77 ◦ blue 47

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

Shades of Sienna #A04D2F

Tints of Sienna #A04D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 56.34%
G = 27.11%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A04D2F (or 0xA04D2F) is known color: Sienna. HEX triplet: A0, 4D and 2F. RGB value is (160,77,47). Sum of RGB (Red+Green+Blue) = 160+77+47=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D2F is #5FB2D0. Grayscale: #626262. Windows color (decimal): -6271697 or 3100064. OLE color: 3100064.

HSL color Cylindrical-coordinate representation of color #A04D2F: hue angle of 15.93º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04D2F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 47 -
CMYK 0 0.52 0.71 0.37
HSL 15.93º 0.55% 0.41% -
HSV(B) 15.93º 0.71% 0.63% -
XYZ 17.66 12.99 4.26 -
YUV 98.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 160 77 47 0 0.52 0.71 0.37 15.93 0.55 0.41
Hex A0 4D 2F 0 34 47 25 10 37 29
Octal 240 115 57 0 64 107 45 20 67 51
Binary 10100000 1001101 101111 0 110100 1000111 100101 10000 110111 101001

Color Harmonies of #A04D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D2F

Black with #A04D2F

Text Example


Text Example

White with #A04D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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