Html Css Color HEX #A15F47 Sepia

📋 copy color: '#A15F47'

red 161 ◦ green 95 ◦ blue 71

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

Shades of Sepia #A15F47

Tints of Sepia #A15F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 49.24%
G = 29.05%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A15F47 (or 0xA15F47) is known color: Sepia. HEX triplet: A1, 5F and 47. RGB value is (161,95,71). Sum of RGB (Red+Green+Blue) = 161+95+71=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F47 is #5EA0B8. Grayscale: #707070. Windows color (decimal): -6201529 or 4677537. OLE color: 4677537.

HSL color Cylindrical-coordinate representation of color #A15F47: hue angle of 16º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15F47 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 95 71 -
CMYK 0 0.41 0.56 0.37
HSL 16º 0.39% 0.45% -
HSV(B) 16º 0.56% 0.63% -
XYZ 19.93 16.22 8.04 -
YUV 112 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 161 95 71 0 0.41 0.56 0.37 16 0.39 0.45
Hex A1 5F 47 0 29 38 25 10 27 2D
Octal 241 137 107 0 51 70 45 20 47 55
Binary 10100001 1011111 1000111 0 101001 111000 100101 10000 100111 101101

Color Harmonies of #A15F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F47

Black with #A15F47

Text Example


Text Example

White with #A15F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F47; }

 p { color: rgb(161,95,71); }

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

background-color css

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

 a { background-color: rgb(161,95,71); }

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

border-color css

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

 span { border-color: rgb(161,95,71); }

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