Html Css Color HEX #A15E49 Sepia

📋 copy color: '#A15E49'

red 161 ◦ green 94 ◦ blue 73

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

Shades of Sepia #A15E49

Tints of Sepia #A15E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 49.09%
G = 28.66%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A15E49 (or 0xA15E49) is known color: Sepia. HEX triplet: A1, 5E and 49. RGB value is (161,94,73). Sum of RGB (Red+Green+Blue) = 161+94+73=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E49 is #5EA1B6. Grayscale: #6F6F6F. Windows color (decimal): -6201783 or 4808353. OLE color: 4808353.

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

Color convert

RGB 161 94 73 -
CMYK 0 0.42 0.55 0.37
HSL 14.32º 0.38% 0.46% -
HSV(B) 14.32º 0.55% 0.63% -
XYZ 19.9 16.06 8.35 -
YUV 111.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 161 94 73 0 0.42 0.55 0.37 14.32 0.38 0.46
Hex A1 5E 49 0 2A 37 25 E 26 2E
Octal 241 136 111 0 52 67 45 16 46 56
Binary 10100001 1011110 1001001 0 101010 110111 100101 1110 100110 101110

Color Harmonies of #A15E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E49

Black with #A15E49

Text Example


Text Example

White with #A15E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E49; }

 p { color: rgb(161,94,73); }

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

background-color css

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

 a { background-color: rgb(161,94,73); }

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

border-color css

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

 span { border-color: rgb(161,94,73); }

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