Html Css Color HEX #523225 Indian Tan

📋 copy color: '#523225'

red 82 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #523225

Tints of Indian Tan #523225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 37 (14.84% from 255) = 21.89%

R = 48.52%
G = 29.59%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#523225 (or 0x523225) is known color: Indian Tan. HEX triplet: 52, 32 and 25. RGB value is (82,50,37). Sum of RGB (Red+Green+Blue) = 82+50+37=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523225 is #ADCDDA. Grayscale: #3A3A3A. Windows color (decimal): -11390427 or 2437714. OLE color: 2437714.

HSL color Cylindrical-coordinate representation of color #523225: hue angle of 17.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523225 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 37 -
CMYK 0 0.39 0.55 0.68
HSL 17.33º 0.38% 0.23% -
HSV(B) 17.33º 0.55% 0.32% -
XYZ 4.95 4.21 2.3 -
YUV 58.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 82 50 37 0 0.39 0.55 0.68 17.33 0.38 0.23
Hex 52 32 25 0 27 37 44 11 26 17
Octal 122 62 45 0 47 67 104 21 46 27
Binary 1010010 110010 100101 0 100111 110111 1000100 10001 100110 10111

Color Harmonies of #523225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523225

Black with #523225

Text Example


Text Example

White with #523225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523225; }

 p { color: rgb(82,50,37); }

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

background-color css

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

 a { background-color: rgb(82,50,37); }

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

border-color css

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

 span { border-color: rgb(82,50,37); }

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