Html Css Color HEX #A55941 Sepia

📋 copy color: '#A55941'

red 165 ◦ green 89 ◦ blue 65

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

Shades of Sepia #A55941

Tints of Sepia #A55941

RGB

 RED value IS 165 (64.84% from 255) = 51.72%

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

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

R = 51.72%
G = 27.9%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55941 (or 0xA55941) is known color: Sepia. HEX triplet: A5, 59 and 41. RGB value is (165,89,65). Sum of RGB (Red+Green+Blue) = 165+89+65=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55941 is #5AA6BE. Grayscale: #6D6D6D. Windows color (decimal): -5940927 or 4282789. OLE color: 4282789.

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

Color convert

RGB 165 89 65 -
CMYK 0 0.46 0.61 0.35
HSL 14.4º 0.43% 0.45% -
HSV(B) 14.4º 0.61% 0.65% -
XYZ 20.04 15.53 6.94 -
YUV 108.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 165 89 65 0 0.46 0.61 0.35 14.4 0.43 0.45
Hex A5 59 41 0 2E 3D 23 E 2B 2D
Octal 245 131 101 0 56 75 43 16 53 55
Binary 10100101 1011001 1000001 0 101110 111101 100011 1110 101011 101101

Color Harmonies of #A55941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55941

Black with #A55941

Text Example


Text Example

White with #A55941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55941; }

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

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

background-color css

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

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

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

border-color css

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

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

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