Html Css Color HEX #A55A41 Sepia

📋 copy color: '#A55A41'

red 165 ◦ green 90 ◦ blue 65

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

Shades of Sepia #A55A41

Tints of Sepia #A55A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 51.56%
G = 28.13%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55A41 (or 0xA55A41) is known color: Sepia. HEX triplet: A5, 5A and 41. RGB value is (165,90,65). Sum of RGB (Red+Green+Blue) = 165+90+65=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A41 is #5AA5BE. Grayscale: #6D6D6D. Windows color (decimal): -5940671 or 4283045. OLE color: 4283045.

HSL color Cylindrical-coordinate representation of color #A55A41: hue angle of 15º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55A41 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 65 -
CMYK 0 0.45 0.61 0.35
HSL 15º 0.43% 0.45% -
HSV(B) 15º 0.61% 0.65% -
XYZ 20.13 15.69 6.97 -
YUV 109.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 165 90 65 0 0.45 0.61 0.35 15 0.43 0.45
Hex A5 5A 41 0 2D 3D 23 F 2B 2D
Octal 245 132 101 0 55 75 43 17 53 55
Binary 10100101 1011010 1000001 0 101101 111101 100011 1111 101011 101101

Color Harmonies of #A55A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A41

Black with #A55A41

Text Example


Text Example

White with #A55A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A41; }

 p { color: rgb(165,90,65); }

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

background-color css

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

 a { background-color: rgb(165,90,65); }

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

border-color css

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

 span { border-color: rgb(165,90,65); }

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