#533432

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

Shades of Van Cleef #533432

Tints of Van Cleef #533432

Color information

#533432 (or 0x533432) is unknown color: approx Van Cleef. HEX triplet: 53, 34 and 32. RGB value is (83,52,50). Sum of RGB (Red+Green+Blue) = 83+52+50=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533432 is #ACCBCD. Grayscale: #3D3D3D. Windows color (decimal): -11324366 or 3290195. OLE color: 3290195.

HSL color Cylindrical-coordinate representation of color #533432: hue angle of 3.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533432 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB835250-
CMYK00.370.400.67
HSL3.64º24.81%26.08%-
HSV(B)3.64º39.76%32.55%-
XYZ5.374.533.61-
YUV61.04121.77143.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=44.86%
G=28.11%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83525000.370.400.673.6424.8126.08
Hex53343202528434191a
Octal12364620455010343132
Binary1010011110100110010010010110100010000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533432; }

 p { color: rgb(83,52,50); }

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

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

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

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

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

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

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