Html Css Color HEX #A4553E Sepia

📋 copy color: '#A4553E'

red 164 ◦ green 85 ◦ blue 62

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

Shades of Sepia #A4553E

Tints of Sepia #A4553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 52.73%
G = 27.33%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4553E (or 0xA4553E) is known color: Sepia. HEX triplet: A4, 55 and 3E. RGB value is (164,85,62). Sum of RGB (Red+Green+Blue) = 164+85+62=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4553E is #5BAAC1. Grayscale: #6A6A6A. Windows color (decimal): -6007490 or 4085156. OLE color: 4085156.

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

Color convert

RGB 164 85 62 -
CMYK 0 0.48 0.62 0.36
HSL 13.53º 0.45% 0.44% -
HSV(B) 13.53º 0.62% 0.64% -
XYZ 19.43 14.74 6.38 -
YUV 106 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 164 85 62 0 0.48 0.62 0.36 13.53 0.45 0.44
Hex A4 55 3E 0 30 3E 24 E 2D 2C
Octal 244 125 76 0 60 76 44 16 55 54
Binary 10100100 1010101 111110 0 110000 111110 100100 1110 101101 101100

Color Harmonies of #A4553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4553E

Black with #A4553E

Text Example


Text Example

White with #A4553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4553E; }

 p { color: rgb(164,85,62); }

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

background-color css

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

 a { background-color: rgb(164,85,62); }

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

border-color css

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

 span { border-color: rgb(164,85,62); }

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