Html Css Color HEX #A45C40 Sepia

📋 copy color: '#A45C40'

red 164 ◦ green 92 ◦ blue 64

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

Shades of Sepia #A45C40

Tints of Sepia #A45C40

RGB

 RED value IS 164 (64.45% from 255) = 51.25%

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

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

R = 51.25%
G = 28.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A45C40 (or 0xA45C40) is known color: Sepia. HEX triplet: A4, 5C and 40. RGB value is (164,92,64). Sum of RGB (Red+Green+Blue) = 164+92+64=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C40 is #5BA3BF. Grayscale: #6E6E6E. Windows color (decimal): -6005696 or 4218020. OLE color: 4218020.

HSL color Cylindrical-coordinate representation of color #A45C40: hue angle of 16.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45C40 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 92 64 -
CMYK 0 0.44 0.61 0.36
HSL 16.8º 0.44% 0.45% -
HSV(B) 16.8º 0.61% 0.64% -
XYZ 20.06 15.92 6.87 -
YUV 110.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 164 92 64 0 0.44 0.61 0.36 16.8 0.44 0.45
Hex A4 5C 40 0 2C 3D 24 11 2C 2D
Octal 244 134 100 0 54 75 44 21 54 55
Binary 10100100 1011100 1000000 0 101100 111101 100100 10001 101100 101101

Color Harmonies of #A45C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C40

Black with #A45C40

Text Example


Text Example

White with #A45C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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