Html Css Color HEX #A04B2D Sienna

📋 copy color: '#A04B2D'

red 160 ◦ green 75 ◦ blue 45

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

Shades of Sienna #A04B2D

Tints of Sienna #A04B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

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

R = 57.14%
G = 26.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A04B2D (or 0xA04B2D) is known color: Sienna. HEX triplet: A0, 4B and 2D. RGB value is (160,75,45). Sum of RGB (Red+Green+Blue) = 160+75+45=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B2D is #5FB4D2. Grayscale: #616161. Windows color (decimal): -6272211 or 2968480. OLE color: 2968480.

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

Color convert

RGB 160 75 45 -
CMYK 0 0.53 0.72 0.37
HSL 15.65º 0.56% 0.4% -
HSV(B) 15.65º 0.72% 0.63% -
XYZ 17.49 12.7 4.01 -
YUV 97 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 160 75 45 0 0.53 0.72 0.37 15.65 0.56 0.4
Hex A0 4B 2D 0 35 48 25 10 38 28
Octal 240 113 55 0 65 110 45 20 70 50
Binary 10100000 1001011 101101 0 110101 1001000 100101 10000 111000 101000

Color Harmonies of #A04B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B2D

Black with #A04B2D

Text Example


Text Example

White with #A04B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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