Html Css Color HEX #A55E40 Sepia

📋 copy color: '#A55E40'

red 165 ◦ green 94 ◦ blue 64

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

Shades of Sepia #A55E40

Tints of Sepia #A55E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 51.08%
G = 29.1%
B = 19.81%

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

#A55E40 (or 0xA55E40) is known color: Sepia. HEX triplet: A5, 5E and 40. RGB value is (165,94,64). Sum of RGB (Red+Green+Blue) = 165+94+64=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E40 is #5AA1BF. Grayscale: #707070. Windows color (decimal): -5939648 or 4218533. OLE color: 4218533.

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

Color convert

RGB 165 94 64 -
CMYK 0 0.43 0.61 0.35
HSL 17.82º 0.44% 0.45% -
HSV(B) 17.82º 0.61% 0.65% -
XYZ 20.45 16.37 6.93 -
YUV 111.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 165 94 64 0 0.43 0.61 0.35 17.82 0.44 0.45
Hex A5 5E 40 0 2B 3D 23 12 2C 2D
Octal 245 136 100 0 53 75 43 22 54 55
Binary 10100101 1011110 1000000 0 101011 111101 100011 10010 101100 101101

Color Harmonies of #A55E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E40

Black with #A55E40

Text Example


Text Example

White with #A55E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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