Html Css Color HEX #A15641 Sepia

📋 copy color: '#A15641'

red 161 ◦ green 86 ◦ blue 65

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

Shades of Sepia #A15641

Tints of Sepia #A15641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 51.6%
G = 27.56%
B = 20.83%

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

#A15641 (or 0xA15641) is known color: Sepia. HEX triplet: A1, 56 and 41. RGB value is (161,86,65). Sum of RGB (Red+Green+Blue) = 161+86+65=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A15641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15641 is #5EA9BE. Grayscale: #6A6A6A. Windows color (decimal): -6203839 or 4282017. OLE color: 4282017.

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

Color convert

RGB 161 86 65 -
CMYK 0 0.47 0.60 0.37
HSL 13.13º 0.42% 0.44% -
HSV(B) 13.13º 0.6% 0.63% -
XYZ 18.98 14.61 6.82 -
YUV 106.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 161 86 65 0 0.47 0.60 0.37 13.13 0.42 0.44
Hex A1 56 41 0 2F 3C 25 D 2A 2C
Octal 241 126 101 0 57 74 45 15 52 54
Binary 10100001 1010110 1000001 0 101111 111100 100101 1101 101010 101100

Color Harmonies of #A15641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15641

Black with #A15641

Text Example


Text Example

White with #A15641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15641; }

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

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

background-color css

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

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

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

border-color css

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

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

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