Html Css Color HEX #523C41 Jon

📋 copy color: '#523C41'

red 82 ◦ green 60 ◦ blue 65

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

Shades of Jon #523C41

Tints of Jon #523C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 39.61%
G = 28.99%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523C41 (or 0x523C41) is known color: Jon. HEX triplet: 52, 3C and 41. RGB value is (82,60,65). Sum of RGB (Red+Green+Blue) = 82+60+65=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C41 is #ADC3BE. Grayscale: #434343. Windows color (decimal): -11387839 or 4275282. OLE color: 4275282.

HSL color Cylindrical-coordinate representation of color #523C41: hue angle of 346.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C41 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 65 -
CMYK 0 0.27 0.21 0.68
HSL 346.36º 0.15% 0.28% -
HSV(B) 346.36º 0.27% 0.32% -
XYZ 6.05 5.41 5.73 -
YUV 67.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 82 60 65 0 0.27 0.21 0.68 346.36 0.15 0.28
Hex 52 3C 41 0 1B 15 44 15A F 1C
Octal 122 74 101 0 33 25 104 532 17 34
Binary 1010010 111100 1000001 0 11011 10101 1000100 101011010 1111 11100

Color Harmonies of #523C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C41

Black with #523C41

Text Example


Text Example

White with #523C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523C41; }

 p { color: rgb(82,60,65); }

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

background-color css

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

 a { background-color: rgb(82,60,65); }

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

border-color css

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

 span { border-color: rgb(82,60,65); }

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