#533C35

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

Shades of Van Cleef #533C35

Tints of Van Cleef #533C35

Color information

#533C35 (or 0x533C35) is unknown color: approx Van Cleef. HEX triplet: 53, 3C and 35. RGB value is (83,60,53). Sum of RGB (Red+Green+Blue) = 83+60+53=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C35 is #ACC3CA. Grayscale: #424242. Windows color (decimal): -11322315 or 3488851. OLE color: 3488851.

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

Color convert

RGB836053-
CMYK00.280.360.67
HSL14º22.06%26.67%-
HSV(B)14º36.14%32.55%-
XYZ5.835.334.09-
YUV66.08120.62140.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=42.35%
G=30.61%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83605300.280.360.671422.0626.67
Hex533C3501C2443e161b
Octal123746503444103162633
Binary1010011111100110101011100100100100001111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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