Html Css Color HEX #A04F2D Sienna

📋 copy color: '#A04F2D'

red 160 ◦ green 79 ◦ blue 45

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

Shades of Sienna #A04F2D

Tints of Sienna #A04F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 56.34%
G = 27.82%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A04F2D (or 0xA04F2D) is known color: Sienna. HEX triplet: A0, 4F and 2D. RGB value is (160,79,45). Sum of RGB (Red+Green+Blue) = 160+79+45=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F2D is #5FB0D2. Grayscale: #636363. Windows color (decimal): -6271187 or 2969504. OLE color: 2969504.

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

Color convert

RGB 160 79 45 -
CMYK 0 0.51 0.72 0.37
HSL 17.74º 0.56% 0.4% -
HSV(B) 17.74º 0.72% 0.63% -
XYZ 17.77 13.26 4.1 -
YUV 99.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 160 79 45 0 0.51 0.72 0.37 17.74 0.56 0.4
Hex A0 4F 2D 0 33 48 25 12 38 28
Octal 240 117 55 0 63 110 45 22 70 50
Binary 10100000 1001111 101101 0 110011 1001000 100101 10010 111000 101000

Color Harmonies of #A04F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F2D

Black with #A04F2D

Text Example


Text Example

White with #A04F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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