Html Css Color HEX #523D38 Van Cleef

📋 copy color: '#523D38'

red 82 ◦ green 61 ◦ blue 56

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

Shades of Van Cleef #523D38

Tints of Van Cleef #523D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.14%

R = 41.21%
G = 30.65%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#523D38 (or 0x523D38) is known color: Van Cleef. HEX triplet: 52, 3D and 38. RGB value is (82,61,56). Sum of RGB (Red+Green+Blue) = 82+61+56=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D38 is #ADC2C7. Grayscale: #424242. Windows color (decimal): -11387592 or 3685714. OLE color: 3685714.

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

Color convert

RGB 82 61 56 -
CMYK 0 0.26 0.32 0.68
HSL 11.54º 0.19% 0.27% -
HSV(B) 11.54º 0.32% 0.32% -
XYZ 5.86 5.42 4.48 -
YUV 66.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 82 61 56 0 0.26 0.32 0.68 11.54 0.19 0.27
Hex 52 3D 38 0 1A 20 44 C 13 1B
Octal 122 75 70 0 32 40 104 14 23 33
Binary 1010010 111101 111000 0 11010 100000 1000100 1100 10011 11011

Color Harmonies of #523D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D38

Black with #523D38

Text Example


Text Example

White with #523D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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