Html Css Color HEX #A55E41 Sepia

📋 copy color: '#A55E41'

red 165 ◦ green 94 ◦ blue 65

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

Shades of Sepia #A55E41

Tints of Sepia #A55E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 50.93%
G = 29.01%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55E41 (or 0xA55E41) is known color: Sepia. HEX triplet: A5, 5E and 41. RGB value is (165,94,65). Sum of RGB (Red+Green+Blue) = 165+94+65=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E41 is #5AA1BE. Grayscale: #707070. Windows color (decimal): -5939647 or 4284069. OLE color: 4284069.

HSL color Cylindrical-coordinate representation of color #A55E41: hue angle of 17.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 #A55E41 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 65 -
CMYK 0 0.43 0.61 0.35
HSL 17.4º 0.43% 0.45% -
HSV(B) 17.4º 0.61% 0.65% -
XYZ 20.47 16.39 7.08 -
YUV 111.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 165 94 65 0 0.43 0.61 0.35 17.4 0.43 0.45
Hex A5 5E 41 0 2B 3D 23 11 2B 2D
Octal 245 136 101 0 53 75 43 21 53 55
Binary 10100101 1011110 1000001 0 101011 111101 100011 10001 101011 101101

Color Harmonies of #A55E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E41

Black with #A55E41

Text Example


Text Example

White with #A55E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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