#523C3A

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

Shades of Van Cleef #523C3A

Tints of Van Cleef #523C3A

Color information

#523C3A (or 0x523C3A) is unknown color: approx Van Cleef. HEX triplet: 52, 3C and 3A. RGB value is (82,60,58). Sum of RGB (Red+Green+Blue) = 82+60+58=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C3A is #ADC3C5. Grayscale: #424242. Windows color (decimal): -11387846 or 3816530. OLE color: 3816530.

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

Color convert

RGB826058-
CMYK00.270.290.68
HSL17.14%27.45%-
HSV(B)29.27%32.16%-
XYZ5.865.334.72-
YUV66.35123.29139.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 29%
R=41%
G=30%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82605800.270.290.68517.1427.45
Hex523C3A01B1D445111b
Octal12274720333510452133
Binary10100101111001110100110111110110001001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,58); }

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

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

 a { background-color: rgb(82,60,58); }

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

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

 span { border-color: rgb(82,60,58); }

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