Html Css Color HEX #A55C40 Sepia

📋 copy color: '#A55C40'

red 165 ◦ green 92 ◦ blue 64

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

Shades of Sepia #A55C40

Tints of Sepia #A55C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

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

R = 51.4%
G = 28.66%
B = 19.94%

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

#A55C40 (or 0xA55C40) is known color: Sepia. HEX triplet: A5, 5C and 40. RGB value is (165,92,64). Sum of RGB (Red+Green+Blue) = 165+92+64=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C40 is #5AA3BF. Grayscale: #6E6E6E. Windows color (decimal): -5940160 or 4218021. OLE color: 4218021.

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

Color convert

RGB 165 92 64 -
CMYK 0 0.44 0.61 0.35
HSL 16.63º 0.44% 0.45% -
HSV(B) 16.63º 0.61% 0.65% -
XYZ 20.27 16.02 6.88 -
YUV 110.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 165 92 64 0 0.44 0.61 0.35 16.63 0.44 0.45
Hex A5 5C 40 0 2C 3D 23 11 2C 2D
Octal 245 134 100 0 54 75 43 21 54 55
Binary 10100101 1011100 1000000 0 101100 111101 100011 10001 101100 101101

Color Harmonies of #A55C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C40

Black with #A55C40

Text Example


Text Example

White with #A55C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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