Html Css Color HEX #523529 Indian Tan

📋 copy color: '#523529'

red 82 ◦ green 53 ◦ blue 41

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

Shades of Indian Tan #523529

Tints of Indian Tan #523529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 46.59%
G = 30.11%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#523529 (or 0x523529) is known color: Indian Tan. HEX triplet: 52, 35 and 29. RGB value is (82,53,41). Sum of RGB (Red+Green+Blue) = 82+53+41=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #523529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523529 is #ADCAD6. Grayscale: #3C3C3C. Windows color (decimal): -11389655 or 2700626. OLE color: 2700626.

HSL color Cylindrical-coordinate representation of color #523529: hue angle of 17.56º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523529 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 41 -
CMYK 0 0.35 0.50 0.68
HSL 17.56º 0.33% 0.24% -
HSV(B) 17.56º 0.5% 0.32% -
XYZ 5.15 4.5 2.69 -
YUV 60.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 82 53 41 0 0.35 0.50 0.68 17.56 0.33 0.24
Hex 52 35 29 0 23 32 44 12 21 18
Octal 122 65 51 0 43 62 104 22 41 30
Binary 1010010 110101 101001 0 100011 110010 1000100 10010 100001 11000

Color Harmonies of #523529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523529

Black with #523529

Text Example


Text Example

White with #523529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523529; }

 p { color: rgb(82,53,41); }

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

background-color css

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

 a { background-color: rgb(82,53,41); }

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

border-color css

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

 span { border-color: rgb(82,53,41); }

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