Html Css Color HEX #A44D2A Sienna

📋 copy color: '#A44D2A'

red 164 ◦ green 77 ◦ blue 42

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

Shades of Sienna #A44D2A

Tints of Sienna #A44D2A

RGB

 RED value IS 164 (64.45% from 255) = 57.95%

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 57.95%
G = 27.21%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A44D2A (or 0xA44D2A) is known color: Sienna. HEX triplet: A4, 4D and 2A. RGB value is (164,77,42). Sum of RGB (Red+Green+Blue) = 164+77+42=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D2A is #5BB2D5. Grayscale: #636363. Windows color (decimal): -6009558 or 2772388. OLE color: 2772388.

HSL color Cylindrical-coordinate representation of color #A44D2A: hue angle of 17.21º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A44D2A is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 77 42 -
CMYK 0 0.53 0.74 0.36
HSL 17.21º 0.59% 0.4% -
HSV(B) 17.21º 0.74% 0.64% -
XYZ 18.38 13.37 3.8 -
YUV 99.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 164 77 42 0 0.53 0.74 0.36 17.21 0.59 0.4
Hex A4 4D 2A 0 35 4A 24 11 3B 28
Octal 244 115 52 0 65 112 44 21 73 50
Binary 10100100 1001101 101010 0 110101 1001010 100100 10001 111011 101000

Color Harmonies of #A44D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D2A

Black with #A44D2A

Text Example


Text Example

White with #A44D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D2A; }

 p { color: rgb(164,77,42); }

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

background-color css

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

 a { background-color: rgb(164,77,42); }

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

border-color css

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

 span { border-color: rgb(164,77,42); }

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