Html Css Color HEX #A1533D Sepia

📋 copy color: '#A1533D'

red 161 ◦ green 83 ◦ blue 61

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

Shades of Sepia #A1533D

Tints of Sepia #A1533D

RGB

 RED value IS 161 (63.28% from 255) = 52.79%

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 52.79%
G = 27.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1533D (or 0xA1533D) is known color: Sepia. HEX triplet: A1, 53 and 3D. RGB value is (161,83,61). Sum of RGB (Red+Green+Blue) = 161+83+61=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1533D is #5EACC2. Grayscale: #676767. Windows color (decimal): -6204611 or 4019105. OLE color: 4019105.

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

Color convert

RGB 161 83 61 -
CMYK 0 0.48 0.62 0.37
HSL 13.2º 0.45% 0.44% -
HSV(B) 13.2º 0.62% 0.63% -
XYZ 18.63 14.1 6.15 -
YUV 103.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 161 83 61 0 0.48 0.62 0.37 13.2 0.45 0.44
Hex A1 53 3D 0 30 3E 25 D 2D 2C
Octal 241 123 75 0 60 76 45 15 55 54
Binary 10100001 1010011 111101 0 110000 111110 100101 1101 101101 101100

Color Harmonies of #A1533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1533D

Black with #A1533D

Text Example


Text Example

White with #A1533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1533D; }

 p { color: rgb(161,83,61); }

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

background-color css

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

 a { background-color: rgb(161,83,61); }

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

border-color css

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

 span { border-color: rgb(161,83,61); }

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