#533C3B

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

Shades of Van Cleef #533C3B

Tints of Van Cleef #533C3B

Color information

#533C3B (or 0x533C3B) is unknown color: approx Van Cleef. HEX triplet: 53, 3C and 3B. RGB value is (83,60,59). Sum of RGB (Red+Green+Blue) = 83+60+59=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3B is #ACC3C4. Grayscale: #424242. Windows color (decimal): -11322309 or 3882067. OLE color: 3882067.

HSL color Cylindrical-coordinate representation of color #533C3B: hue angle of 2.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533C3B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB836059-
CMYK00.280.290.67
HSL2.5º16.9%27.84%-
HSV(B)2.5º28.92%32.55%-
XYZ5.975.394.86-
YUV66.76123.62139.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=41.09%
G=29.70%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83605900.280.290.672.516.927.84
Hex533C3B01C1D433111c
Octal12374730343510332134
Binary1010011111100111011011100111011000011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C3B; }

 p { color: rgb(83,60,59); }

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

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

 a { background-color: rgb(83,60,59); }

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

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

 span { border-color: rgb(83,60,59); }

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