Html Css Color HEX #523120 Indian Tan

📋 copy color: '#523120'

red 82 ◦ green 49 ◦ blue 32

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

Shades of Indian Tan #523120

Tints of Indian Tan #523120

RGB

 RED value IS 82 (32.42% from 255) = 50.31%

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 50.31%
G = 30.06%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#523120 (or 0x523120) is known color: Indian Tan. HEX triplet: 52, 31 and 20. RGB value is (82,49,32). Sum of RGB (Red+Green+Blue) = 82+49+32=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523120 is #ADCEDF. Grayscale: #393939. Windows color (decimal): -11390688 or 2109778. OLE color: 2109778.

HSL color Cylindrical-coordinate representation of color #523120: hue angle of 20.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523120 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 32 -
CMYK 0 0.40 0.61 0.68
HSL 20.4º 0.44% 0.22% -
HSV(B) 20.4º 0.61% 0.32% -
XYZ 4.84 4.09 1.9 -
YUV 56.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 82 49 32 0 0.40 0.61 0.68 20.4 0.44 0.22
Hex 52 31 20 0 28 3D 44 14 2C 16
Octal 122 61 40 0 50 75 104 24 54 26
Binary 1010010 110001 100000 0 101000 111101 1000100 10100 101100 10110

Color Harmonies of #523120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523120

Black with #523120

Text Example


Text Example

White with #523120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523120; }

 p { color: rgb(82,49,32); }

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

background-color css

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

 a { background-color: rgb(82,49,32); }

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

border-color css

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

 span { border-color: rgb(82,49,32); }

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