#523836

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

Shades of Van Cleef #523836

Tints of Van Cleef #523836

Color information

#523836 (or 0x523836) is unknown color: approx Van Cleef. HEX triplet: 52, 38 and 36. RGB value is (82,56,54). Sum of RGB (Red+Green+Blue) = 82+56+54=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #523836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523836 is #ADC7C9. Grayscale: #3F3F3F. Windows color (decimal): -11388874 or 3553362. OLE color: 3553362.

HSL color Cylindrical-coordinate representation of color #523836: hue angle of 4.29º 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 #523836 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB825654-
CMYK00.320.340.68
HSL4.29º20.59%26.67%-
HSV(B)4.29º34.15%32.16%-
XYZ5.564.894.14-
YUV63.55122.61141.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=42.71%
G=29.17%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82565400.320.340.684.2920.5926.67
Hex52383602022444151b
Octal12270660404210442533
Binary1010010111000110110010000010001010001001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523836; }

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

 H1.HeaderClassName
 {
   color: #523836;
 }
 .AnyTagClassName
 {
   color: #523836;
 }
</style>
background-color css

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

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

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

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

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

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