Html Css Color HEX #A15940 Sepia

📋 copy color: '#A15940'

red 161 ◦ green 89 ◦ blue 64

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

Shades of Sepia #A15940

Tints of Sepia #A15940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 51.27%
G = 28.34%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A15940 (or 0xA15940) is known color: Sepia. HEX triplet: A1, 59 and 40. RGB value is (161,89,64). Sum of RGB (Red+Green+Blue) = 161+89+64=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15940 is #5EA6BF. Grayscale: #6B6B6B. Windows color (decimal): -6203072 or 4217249. OLE color: 4217249.

HSL color Cylindrical-coordinate representation of color #A15940: hue angle of 15.46º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15940 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 64 -
CMYK 0 0.45 0.60 0.37
HSL 15.46º 0.43% 0.44% -
HSV(B) 15.46º 0.6% 0.63% -
XYZ 19.2 15.09 6.75 -
YUV 107.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 161 89 64 0 0.45 0.60 0.37 15.46 0.43 0.44
Hex A1 59 40 0 2D 3C 25 F 2B 2C
Octal 241 131 100 0 55 74 45 17 53 54
Binary 10100001 1011001 1000000 0 101101 111100 100101 1111 101011 101100

Color Harmonies of #A15940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15940

Black with #A15940

Text Example


Text Example

White with #A15940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15940; }

 p { color: rgb(161,89,64); }

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

background-color css

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

 a { background-color: rgb(161,89,64); }

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

border-color css

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

 span { border-color: rgb(161,89,64); }

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