Html Css Color HEX #A55D46 Sepia

📋 copy color: '#A55D46'

red 165 ◦ green 93 ◦ blue 70

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

Shades of Sepia #A55D46

Tints of Sepia #A55D46

RGB

 RED value IS 165 (64.84% from 255) = 50.3%

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

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 50.3%
G = 28.35%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55D46 (or 0xA55D46) is known color: Sepia. HEX triplet: A5, 5D and 46. RGB value is (165,93,70). Sum of RGB (Red+Green+Blue) = 165+93+70=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D46 is #5AA2B9. Grayscale: #707070. Windows color (decimal): -5939898 or 4611493. OLE color: 4611493.

HSL color Cylindrical-coordinate representation of color #A55D46: hue angle of 14.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55D46 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 70 -
CMYK 0 0.44 0.58 0.35
HSL 14.53º 0.4% 0.46% -
HSV(B) 14.53º 0.58% 0.65% -
XYZ 20.54 16.27 7.85 -
YUV 111.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 165 93 70 0 0.44 0.58 0.35 14.53 0.4 0.46
Hex A5 5D 46 0 2C 3A 23 F 28 2E
Octal 245 135 106 0 54 72 43 17 50 56
Binary 10100101 1011101 1000110 0 101100 111010 100011 1111 101000 101110

Color Harmonies of #A55D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D46

Black with #A55D46

Text Example


Text Example

White with #A55D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D46; }

 p { color: rgb(165,93,70); }

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

background-color css

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

 a { background-color: rgb(165,93,70); }

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

border-color css

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

 span { border-color: rgb(165,93,70); }

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