Html Css Color HEX #A14D31 Sienna

📋 copy color: '#A14D31'

red 161 ◦ green 77 ◦ blue 49

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

Shades of Sienna #A14D31

Tints of Sienna #A14D31

RGB

 RED value IS 161 (63.28% from 255) = 56.1%

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

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 56.1%
G = 26.83%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A14D31 (or 0xA14D31) is known color: Sienna. HEX triplet: A1, 4D and 31. RGB value is (161,77,49). Sum of RGB (Red+Green+Blue) = 161+77+49=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D31 is #5EB2CE. Grayscale: #636363. Windows color (decimal): -6206159 or 3231137. OLE color: 3231137.

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

Color convert

RGB 161 77 49 -
CMYK 0 0.52 0.70 0.37
HSL 15º 0.53% 0.41% -
HSV(B) 15º 0.7% 0.63% -
XYZ 17.91 13.11 4.49 -
YUV 98.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 161 77 49 0 0.52 0.70 0.37 15 0.53 0.41
Hex A1 4D 31 0 34 46 25 F 35 29
Octal 241 115 61 0 64 106 45 17 65 51
Binary 10100001 1001101 110001 0 110100 1000110 100101 1111 110101 101001

Color Harmonies of #A14D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D31

Black with #A14D31

Text Example


Text Example

White with #A14D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D31; }

 p { color: rgb(161,77,49); }

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

background-color css

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

 a { background-color: rgb(161,77,49); }

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

border-color css

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

 span { border-color: rgb(161,77,49); }

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