Html Css Color HEX #522C20 Indian Tan

📋 copy color: '#522C20'

red 82 ◦ green 44 ◦ blue 32

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

Shades of Indian Tan #522C20

Tints of Indian Tan #522C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.85%

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

R = 51.9%
G = 27.85%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#522C20 (or 0x522C20) is known color: Indian Tan. HEX triplet: 52, 2C and 20. RGB value is (82,44,32). Sum of RGB (Red+Green+Blue) = 82+44+32=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #522C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C20 is #ADD3DF. Grayscale: #363636. Windows color (decimal): -11391968 or 2108498. OLE color: 2108498.

HSL color Cylindrical-coordinate representation of color #522C20: hue angle of 14.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 #522C20 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 32 -
CMYK 0 0.46 0.61 0.68
HSL 14.4º 0.44% 0.22% -
HSV(B) 14.4º 0.61% 0.32% -
XYZ 4.64 3.7 1.84 -
YUV 53.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 82 44 32 0 0.46 0.61 0.68 14.4 0.44 0.22
Hex 52 2C 20 0 2E 3D 44 E 2C 16
Octal 122 54 40 0 56 75 104 16 54 26
Binary 1010010 101100 100000 0 101110 111101 1000100 1110 101100 10110

Color Harmonies of #522C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C20

Black with #522C20

Text Example


Text Example

White with #522C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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