Html Css Color HEX #A4553F Sepia

📋 copy color: '#A4553F'

red 164 ◦ green 85 ◦ blue 63

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

Shades of Sepia #A4553F

Tints of Sepia #A4553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.19%

R = 52.56%
G = 27.24%
B = 20.19%

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

#A4553F (or 0xA4553F) is known color: Sepia. HEX triplet: A4, 55 and 3F. RGB value is (164,85,63). Sum of RGB (Red+Green+Blue) = 164+85+63=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4553F is #5BAAC0. Grayscale: #6A6A6A. Windows color (decimal): -6007489 or 4150692. OLE color: 4150692.

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

Color convert

RGB 164 85 63 -
CMYK 0 0.48 0.62 0.36
HSL 13.07º 0.44% 0.45% -
HSV(B) 13.07º 0.62% 0.64% -
XYZ 19.46 14.75 6.52 -
YUV 106.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 164 85 63 0 0.48 0.62 0.36 13.07 0.44 0.45
Hex A4 55 3F 0 30 3E 24 D 2C 2D
Octal 244 125 77 0 60 76 44 15 54 55
Binary 10100100 1010101 111111 0 110000 111110 100100 1101 101100 101101

Color Harmonies of #A4553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4553F

Black with #A4553F

Text Example


Text Example

White with #A4553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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