#523936

Color #523936 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #523936

Tints of Van Cleef #523936

Color information

#523936 (or 0x523936) is unknown color: approx 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

RGB825754-
CMYK00.300.340.68
HSL6.43º20.59%26.67%-
HSV(B)6.43º34.15%32.16%-
XYZ5.614.994.16-
YUV64.13122.28140.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82575400.300.340.686.4320.5926.67
Hex52393601E22446151b
Octal12271660364210462533
Binary101001011100111011001111010001010001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>