Html Css Color HEX #523B41 Jon

📋 copy color: '#523B41'

red 82 ◦ green 59 ◦ blue 65

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

Shades of Jon #523B41

Tints of Jon #523B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.64%

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

R = 39.81%
G = 28.64%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523B41 (or 0x523B41) is known color: Jon. HEX triplet: 52, 3B and 41. RGB value is (82,59,65). Sum of RGB (Red+Green+Blue) = 82+59+65=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B41 is #ADC4BE. Grayscale: #424242. Windows color (decimal): -11388095 or 4275026. OLE color: 4275026.

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

Color convert

RGB 82 59 65 -
CMYK 0 0.28 0.21 0.68
HSL 344.35º 0.16% 0.28% -
HSV(B) 344.35º 0.28% 0.32% -
XYZ 6 5.3 5.71 -
YUV 66.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 82 59 65 0 0.28 0.21 0.68 344.35 0.16 0.28
Hex 52 3B 41 0 1C 15 44 158 10 1C
Octal 122 73 101 0 34 25 104 530 20 34
Binary 1010010 111011 1000001 0 11100 10101 1000100 101011000 10000 11100

Color Harmonies of #523B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B41

Black with #523B41

Text Example


Text Example

White with #523B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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