Html Css Color HEX #A05741 Sepia

📋 copy color: '#A05741'

red 160 ◦ green 87 ◦ blue 65

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

Shades of Sepia #A05741

Tints of Sepia #A05741

RGB

 RED value IS 160 (62.89% from 255) = 51.28%

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 51.28%
G = 27.88%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05741 (or 0xA05741) is known color: Sepia. HEX triplet: A0, 57 and 41. RGB value is (160,87,65). Sum of RGB (Red+Green+Blue) = 160+87+65=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05741 is #5FA8BE. Grayscale: #6A6A6A. Windows color (decimal): -6269119 or 4282272. OLE color: 4282272.

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

Color convert

RGB 160 87 65 -
CMYK 0 0.46 0.59 0.37
HSL 13.89º 0.42% 0.44% -
HSV(B) 13.89º 0.59% 0.63% -
XYZ 18.86 14.67 6.84 -
YUV 106.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 160 87 65 0 0.46 0.59 0.37 13.89 0.42 0.44
Hex A0 57 41 0 2E 3B 25 E 2A 2C
Octal 240 127 101 0 56 73 45 16 52 54
Binary 10100000 1010111 1000001 0 101110 111011 100101 1110 101010 101100

Color Harmonies of #A05741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05741

Black with #A05741

Text Example


Text Example

White with #A05741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05741; }

 p { color: rgb(160,87,65); }

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

background-color css

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

 a { background-color: rgb(160,87,65); }

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

border-color css

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

 span { border-color: rgb(160,87,65); }

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