Html Css Color HEX #A44D2D Sienna

📋 copy color: '#A44D2D'

red 164 ◦ green 77 ◦ blue 45

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

Shades of Sienna #A44D2D

Tints of Sienna #A44D2D

RGB

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

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

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

R = 57.34%
G = 26.92%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A44D2D (or 0xA44D2D) is known color: Sienna. HEX triplet: A4, 4D and 2D. RGB value is (164,77,45). Sum of RGB (Red+Green+Blue) = 164+77+45=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D2D is #5BB2D2. Grayscale: #636363. Windows color (decimal): -6009555 or 2968996. OLE color: 2968996.

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

Color convert

RGB 164 77 45 -
CMYK 0 0.53 0.73 0.36
HSL 16.13º 0.57% 0.41% -
HSV(B) 16.13º 0.73% 0.64% -
XYZ 18.44 13.39 4.1 -
YUV 99.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 164 77 45 0 0.53 0.73 0.36 16.13 0.57 0.41
Hex A4 4D 2D 0 35 49 24 10 39 29
Octal 244 115 55 0 65 111 44 20 71 51
Binary 10100100 1001101 101101 0 110101 1001001 100100 10000 111001 101001

Color Harmonies of #A44D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D2D

Black with #A44D2D

Text Example


Text Example

White with #A44D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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