Html Css Color HEX #A15D41 Sepia

📋 copy color: '#A15D41'

red 161 ◦ green 93 ◦ blue 65

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

Shades of Sepia #A15D41

Tints of Sepia #A15D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 50.47%
G = 29.15%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A15D41 (or 0xA15D41) is known color: Sepia. HEX triplet: A1, 5D and 41. RGB value is (161,93,65). Sum of RGB (Red+Green+Blue) = 161+93+65=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D41 is #5EA2BE. Grayscale: #6E6E6E. Windows color (decimal): -6202047 or 4283809. OLE color: 4283809.

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

Color convert

RGB 161 93 65 -
CMYK 0 0.42 0.60 0.37
HSL 17.5º 0.42% 0.44% -
HSV(B) 17.5º 0.6% 0.63% -
XYZ 19.57 15.79 7.02 -
YUV 110.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 161 93 65 0 0.42 0.60 0.37 17.5 0.42 0.44
Hex A1 5D 41 0 2A 3C 25 12 2A 2C
Octal 241 135 101 0 52 74 45 22 52 54
Binary 10100001 1011101 1000001 0 101010 111100 100101 10010 101010 101100

Color Harmonies of #A15D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D41

Black with #A15D41

Text Example


Text Example

White with #A15D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D41; }

 p { color: rgb(161,93,65); }

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

background-color css

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

 a { background-color: rgb(161,93,65); }

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

border-color css

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

 span { border-color: rgb(161,93,65); }

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