Html Css Color HEX #A55D40 Sepia

📋 copy color: '#A55D40'

red 165 ◦ green 93 ◦ blue 64

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

Shades of Sepia #A55D40

Tints of Sepia #A55D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

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

R = 51.24%
G = 28.88%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55D40 (or 0xA55D40) is known color: Sepia. HEX triplet: A5, 5D and 40. RGB value is (165,93,64). Sum of RGB (Red+Green+Blue) = 165+93+64=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D40 is #5AA2BF. Grayscale: #6F6F6F. Windows color (decimal): -5939904 or 4218277. OLE color: 4218277.

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

Color convert

RGB 165 93 64 -
CMYK 0 0.44 0.61 0.35
HSL 17.23º 0.44% 0.45% -
HSV(B) 17.23º 0.61% 0.65% -
XYZ 20.36 16.2 6.9 -
YUV 111.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 165 93 64 0 0.44 0.61 0.35 17.23 0.44 0.45
Hex A5 5D 40 0 2C 3D 23 11 2C 2D
Octal 245 135 100 0 54 75 43 21 54 55
Binary 10100101 1011101 1000000 0 101100 111101 100011 10001 101100 101101

Color Harmonies of #A55D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D40

Black with #A55D40

Text Example


Text Example

White with #A55D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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