Html Css Color HEX #A15540 Sepia

📋 copy color: '#A15540'

red 161 ◦ green 85 ◦ blue 64

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

Shades of Sepia #A15540

Tints of Sepia #A15540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 51.94%
G = 27.42%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A15540 (or 0xA15540) is known color: Sepia. HEX triplet: A1, 55 and 40. RGB value is (161,85,64). Sum of RGB (Red+Green+Blue) = 161+85+64=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15540 is #5EAABF. Grayscale: #696969. Windows color (decimal): -6204096 or 4216225. OLE color: 4216225.

HSL color Cylindrical-coordinate representation of color #A15540: hue angle of 12.99º 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 #A15540 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 64 -
CMYK 0 0.47 0.60 0.37
HSL 12.99º 0.43% 0.44% -
HSV(B) 12.99º 0.6% 0.63% -
XYZ 18.87 14.44 6.64 -
YUV 105.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 161 85 64 0 0.47 0.60 0.37 12.99 0.43 0.44
Hex A1 55 40 0 2F 3C 25 D 2B 2C
Octal 241 125 100 0 57 74 45 15 53 54
Binary 10100001 1010101 1000000 0 101111 111100 100101 1101 101011 101100

Color Harmonies of #A15540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15540

Black with #A15540

Text Example


Text Example

White with #A15540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15540; }

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

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

background-color css

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

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

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

border-color css

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

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

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