Html Css Color HEX #A45D41 Sepia

📋 copy color: '#A45D41'

red 164 ◦ green 93 ◦ blue 65

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

Shades of Sepia #A45D41

Tints of Sepia #A45D41

RGB

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

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

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

R = 50.93%
G = 28.88%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A45D41 (or 0xA45D41) is known color: Sepia. HEX triplet: A4, 5D and 41. RGB value is (164,93,65). Sum of RGB (Red+Green+Blue) = 164+93+65=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D41 is #5BA2BE. Grayscale: #6F6F6F. Windows color (decimal): -6005439 or 4283812. OLE color: 4283812.

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

Color convert

RGB 164 93 65 -
CMYK 0 0.43 0.60 0.36
HSL 16.97º 0.43% 0.45% -
HSV(B) 16.97º 0.6% 0.64% -
XYZ 20.18 16.1 7.05 -
YUV 111.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 164 93 65 0 0.43 0.60 0.36 16.97 0.43 0.45
Hex A4 5D 41 0 2B 3C 24 11 2B 2D
Octal 244 135 101 0 53 74 44 21 53 55
Binary 10100100 1011101 1000001 0 101011 111100 100100 10001 101011 101101

Color Harmonies of #A45D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D41

Black with #A45D41

Text Example


Text Example

White with #A45D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D41; }

 p { color: rgb(164,93,65); }

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

background-color css

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

 a { background-color: rgb(164,93,65); }

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

border-color css

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

 span { border-color: rgb(164,93,65); }

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