Html Css Color HEX #A45D44 Sepia

📋 copy color: '#A45D44'

red 164 ◦ green 93 ◦ blue 68

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

Shades of Sepia #A45D44

Tints of Sepia #A45D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 50.46%
G = 28.62%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A45D44 (or 0xA45D44) is known color: Sepia. HEX triplet: A4, 5D and 44. RGB value is (164,93,68). Sum of RGB (Red+Green+Blue) = 164+93+68=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D44 is #5BA2BB. Grayscale: #6F6F6F. Windows color (decimal): -6005436 or 4480420. OLE color: 4480420.

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

Color convert

RGB 164 93 68 -
CMYK 0 0.43 0.59 0.36
HSL 15.63º 0.41% 0.45% -
HSV(B) 15.63º 0.59% 0.64% -
XYZ 20.27 16.14 7.52 -
YUV 111.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 164 93 68 0 0.43 0.59 0.36 15.63 0.41 0.45
Hex A4 5D 44 0 2B 3B 24 10 29 2D
Octal 244 135 104 0 53 73 44 20 51 55
Binary 10100100 1011101 1000100 0 101011 111011 100100 10000 101001 101101

Color Harmonies of #A45D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D44

Black with #A45D44

Text Example


Text Example

White with #A45D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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