Html Css Color HEX #523020 Indian Tan

📋 copy color: '#523020'

red 82 ◦ green 48 ◦ blue 32

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

Shades of Indian Tan #523020

Tints of Indian Tan #523020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 50.62%
G = 29.63%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#523020 (or 0x523020) is known color: Indian Tan. HEX triplet: 52, 30 and 20. RGB value is (82,48,32). Sum of RGB (Red+Green+Blue) = 82+48+32=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523020 is #ADCFDF. Grayscale: #383838. Windows color (decimal): -11390944 or 2109522. OLE color: 2109522.

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

Color convert

RGB 82 48 32 -
CMYK 0 0.41 0.61 0.68
HSL 19.2º 0.44% 0.22% -
HSV(B) 19.2º 0.61% 0.32% -
XYZ 4.8 4.01 1.89 -
YUV 56.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 82 48 32 0 0.41 0.61 0.68 19.2 0.44 0.22
Hex 52 30 20 0 29 3D 44 13 2C 16
Octal 122 60 40 0 51 75 104 23 54 26
Binary 1010010 110000 100000 0 101001 111101 1000100 10011 101100 10110

Color Harmonies of #523020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523020

Black with #523020

Text Example


Text Example

White with #523020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523020; }

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

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

background-color css

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

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

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

border-color css

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

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

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