Html Css Color HEX #523936 Van Cleef

📋 copy color: '#523936'

red 82 ◦ green 57 ◦ blue 54

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

Shades of Van Cleef #523936

Tints of Van Cleef #523936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 54 (21.48% from 255) = 27.98%

R = 42.49%
G = 29.53%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#523936 (or 0x523936) is known color: Van Cleef. HEX triplet: 52, 39 and 36. RGB value is (82,57,54). Sum of RGB (Red+Green+Blue) = 82+57+54=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #523936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523936 is #ADC6C9. Grayscale: #404040. Windows color (decimal): -11388618 or 3553618. OLE color: 3553618.

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

Color convert

RGB 82 57 54 -
CMYK 0 0.30 0.34 0.68
HSL 6.43º 0.21% 0.27% -
HSV(B) 6.43º 0.34% 0.32% -
XYZ 5.61 4.99 4.16 -
YUV 64.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 82 57 54 0 0.30 0.34 0.68 6.43 0.21 0.27
Hex 52 39 36 0 1E 22 44 6 15 1B
Octal 122 71 66 0 36 42 104 6 25 33
Binary 1010010 111001 110110 0 11110 100010 1000100 110 10101 11011

Color Harmonies of #523936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523936

Black with #523936

Text Example


Text Example

White with #523936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523936; }

 p { color: rgb(82,57,54); }

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

background-color css

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

 a { background-color: rgb(82,57,54); }

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

border-color css

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

 span { border-color: rgb(82,57,54); }

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