Html Css Color HEX #A14F2F Sienna

📋 copy color: '#A14F2F'

red 161 ◦ green 79 ◦ blue 47

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

Shades of Sienna #A14F2F

Tints of Sienna #A14F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 56.1%
G = 27.53%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A14F2F (or 0xA14F2F) is known color: Sienna. HEX triplet: A1, 4F and 2F. RGB value is (161,79,47). Sum of RGB (Red+Green+Blue) = 161+79+47=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F2F is #5EB0D0. Grayscale: #646464. Windows color (decimal): -6205649 or 3100577. OLE color: 3100577.

HSL color Cylindrical-coordinate representation of color #A14F2F: hue angle of 16.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A14F2F is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 79 47 -
CMYK 0 0.51 0.71 0.37
HSL 16.84º 0.55% 0.41% -
HSV(B) 16.84º 0.71% 0.63% -
XYZ 18.01 13.37 4.32 -
YUV 99.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 161 79 47 0 0.51 0.71 0.37 16.84 0.55 0.41
Hex A1 4F 2F 0 33 47 25 11 37 29
Octal 241 117 57 0 63 107 45 21 67 51
Binary 10100001 1001111 101111 0 110011 1000111 100101 10001 110111 101001

Color Harmonies of #A14F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F2F

Black with #A14F2F

Text Example


Text Example

White with #A14F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F2F; }

 p { color: rgb(161,79,47); }

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

background-color css

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

 a { background-color: rgb(161,79,47); }

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

border-color css

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

 span { border-color: rgb(161,79,47); }

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