Html Css Color HEX #523023 Indian Tan

📋 copy color: '#523023'

red 82 ◦ green 48 ◦ blue 35

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

Shades of Indian Tan #523023

Tints of Indian Tan #523023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 49.7%
G = 29.09%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#523023 (or 0x523023) is known color: Indian Tan. HEX triplet: 52, 30 and 23. RGB value is (82,48,35). Sum of RGB (Red+Green+Blue) = 82+48+35=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523023 is #ADCFDC. Grayscale: #383838. Windows color (decimal): -11390941 or 2306130. OLE color: 2306130.

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

Color convert

RGB 82 48 35 -
CMYK 0 0.41 0.57 0.68
HSL 16.6º 0.4% 0.23% -
HSV(B) 16.6º 0.57% 0.32% -
XYZ 4.84 4.03 2.11 -
YUV 56.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 82 48 35 0 0.41 0.57 0.68 16.6 0.4 0.23
Hex 52 30 23 0 29 39 44 11 28 17
Octal 122 60 43 0 51 71 104 21 50 27
Binary 1010010 110000 100011 0 101001 111001 1000100 10001 101000 10111

Color Harmonies of #523023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523023

Black with #523023

Text Example


Text Example

White with #523023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523023; }

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

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

background-color css

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

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

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

border-color css

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

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

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