#523232

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

Shades of Van Cleef #523232

Tints of Van Cleef #523232

Color information

#523232 (or 0x523232) is unknown color: approx Van Cleef. HEX triplet: 52, 32 and 32. RGB value is (82,50,50). Sum of RGB (Red+Green+Blue) = 82+50+50=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #523232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523232 is #ADCDCD. Grayscale: #3B3B3B. Windows color (decimal): -11390414 or 3289682. OLE color: 3289682.

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

Color convert

RGB825050-
CMYK00.390.390.68
HSL24.24%25.88%-
HSV(B)39.02%32.16%-
XYZ5.24.313.57-
YUV59.57122.6144-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=45.05%
G=27.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505000.390.390.68024.2425.88
Hex52323202727440181a
Octal12262620474710403032
Binary10100101100101100100100111100111100010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523232; }

 p { color: rgb(82,50,50); }

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

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

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

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

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

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

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