Html Css Color HEX #523125 Indian Tan

📋 copy color: '#523125'

red 82 ◦ green 49 ◦ blue 37

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

Shades of Indian Tan #523125

Tints of Indian Tan #523125

RGB

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

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

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

R = 48.81%
G = 29.17%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#523125 (or 0x523125) is known color: Indian Tan. HEX triplet: 52, 31 and 25. RGB value is (82,49,37). Sum of RGB (Red+Green+Blue) = 82+49+37=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #523125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523125 is #ADCEDA. Grayscale: #393939. Windows color (decimal): -11390683 or 2437458. OLE color: 2437458.

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

Color convert

RGB 82 49 37 -
CMYK 0 0.40 0.55 0.68
HSL 16º 0.38% 0.23% -
HSV(B) 16º 0.55% 0.32% -
XYZ 4.91 4.12 2.29 -
YUV 57.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 82 49 37 0 0.40 0.55 0.68 16 0.38 0.23
Hex 52 31 25 0 28 37 44 10 26 17
Octal 122 61 45 0 50 67 104 20 46 27
Binary 1010010 110001 100101 0 101000 110111 1000100 10000 100110 10111

Color Harmonies of #523125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523125

Black with #523125

Text Example


Text Example

White with #523125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523125; }

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

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

background-color css

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

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

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

border-color css

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

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

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