Html Css Color HEX #A05941 Sepia

📋 copy color: '#A05941'

red 160 ◦ green 89 ◦ blue 65

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

Shades of Sepia #A05941

Tints of Sepia #A05941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 50.96%
G = 28.34%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05941 (or 0xA05941) is known color: Sepia. HEX triplet: A0, 59 and 41. RGB value is (160,89,65). Sum of RGB (Red+Green+Blue) = 160+89+65=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A05941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05941 is #5FA6BE. Grayscale: #6B6B6B. Windows color (decimal): -6268607 or 4282784. OLE color: 4282784.

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

Color convert

RGB 160 89 65 -
CMYK 0 0.44 0.59 0.37
HSL 15.16º 0.42% 0.44% -
HSV(B) 15.16º 0.59% 0.63% -
XYZ 19.02 15 6.89 -
YUV 107.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 160 89 65 0 0.44 0.59 0.37 15.16 0.42 0.44
Hex A0 59 41 0 2C 3B 25 F 2A 2C
Octal 240 131 101 0 54 73 45 17 52 54
Binary 10100000 1011001 1000001 0 101100 111011 100101 1111 101010 101100

Color Harmonies of #A05941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05941

Black with #A05941

Text Example


Text Example

White with #A05941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05941; }

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

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

background-color css

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

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

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

border-color css

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

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

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