Html Css Color HEX #523425 Indian Tan

📋 copy color: '#523425'

red 82 ◦ green 52 ◦ blue 37

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

Shades of Indian Tan #523425

Tints of Indian Tan #523425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

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

R = 47.95%
G = 30.41%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#523425 (or 0x523425) is known color: Indian Tan. HEX triplet: 52, 34 and 25. RGB value is (82,52,37). Sum of RGB (Red+Green+Blue) = 82+52+37=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523425 is #ADCBDA. Grayscale: #3B3B3B. Windows color (decimal): -11389915 or 2438226. OLE color: 2438226.

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

Color convert

RGB 82 52 37 -
CMYK 0 0.37 0.55 0.68
HSL 20º 0.38% 0.23% -
HSV(B) 20º 0.55% 0.32% -
XYZ 5.04 4.38 2.33 -
YUV 59.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 82 52 37 0 0.37 0.55 0.68 20 0.38 0.23
Hex 52 34 25 0 25 37 44 14 26 17
Octal 122 64 45 0 45 67 104 24 46 27
Binary 1010010 110100 100101 0 100101 110111 1000100 10100 100110 10111

Color Harmonies of #523425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523425

Black with #523425

Text Example


Text Example

White with #523425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523425; }

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

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

background-color css

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

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

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

border-color css

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

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

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