Html Css Color HEX #523D3F Jon

📋 copy color: '#523D3F'

red 82 ◦ green 61 ◦ blue 63

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

Shades of Jon #523D3F

Tints of Jon #523D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 39.81%
G = 29.61%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#523D3F (or 0x523D3F) is known color: Jon. HEX triplet: 52, 3D and 3F. RGB value is (82,61,63). Sum of RGB (Red+Green+Blue) = 82+61+63=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D3F is #ADC2C0. Grayscale: #434343. Windows color (decimal): -11387585 or 4144466. OLE color: 4144466.

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

Color convert

RGB 82 61 63 -
CMYK 0 0.26 0.23 0.68
HSL 354.29º 0.15% 0.28% -
HSV(B) 354.29º 0.26% 0.32% -
XYZ 6.05 5.49 5.44 -
YUV 67.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 82 61 63 0 0.26 0.23 0.68 354.29 0.15 0.28
Hex 52 3D 3F 0 1A 17 44 162 F 1C
Octal 122 75 77 0 32 27 104 542 17 34
Binary 1010010 111101 111111 0 11010 10111 1000100 101100010 1111 11100

Color Harmonies of #523D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D3F

Black with #523D3F

Text Example


Text Example

White with #523D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,63); }

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

background-color css

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

 a { background-color: rgb(82,61,63); }

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

border-color css

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

 span { border-color: rgb(82,61,63); }

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