Html Css Color HEX #A15B3C Sepia

📋 copy color: '#A15B3C'

red 161 ◦ green 91 ◦ blue 60

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

Shades of Sepia #A15B3C

Tints of Sepia #A15B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 51.6%
G = 29.17%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A15B3C (or 0xA15B3C) is known color: Sepia. HEX triplet: A1, 5B and 3C. RGB value is (161,91,60). Sum of RGB (Red+Green+Blue) = 161+91+60=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B3C is #5EA4C3. Grayscale: #6C6C6C. Windows color (decimal): -6202564 or 3955617. OLE color: 3955617.

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

Color convert

RGB 161 91 60 -
CMYK 0 0.43 0.63 0.37
HSL 18.42º 0.46% 0.43% -
HSV(B) 18.42º 0.63% 0.63% -
XYZ 19.25 15.39 6.23 -
YUV 108.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 161 91 60 0 0.43 0.63 0.37 18.42 0.46 0.43
Hex A1 5B 3C 0 2B 3F 25 12 2E 2B
Octal 241 133 74 0 53 77 45 22 56 53
Binary 10100001 1011011 111100 0 101011 111111 100101 10010 101110 101011

Color Harmonies of #A15B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B3C

Black with #A15B3C

Text Example


Text Example

White with #A15B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B3C; }

 p { color: rgb(161,91,60); }

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

background-color css

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

 a { background-color: rgb(161,91,60); }

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

border-color css

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

 span { border-color: rgb(161,91,60); }

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