#533535

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

Shades of Van Cleef #533535

Tints of Van Cleef #533535

Color information

#533535 (or 0x533535) is unknown color: approx Van Cleef. HEX triplet: 53, 35 and 35. RGB value is (83,53,53). Sum of RGB (Red+Green+Blue) = 83+53+53=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533535 is #ACCACA. Grayscale: #3E3E3E. Windows color (decimal): -11324107 or 3487059. OLE color: 3487059.

HSL color Cylindrical-coordinate representation of color #533535: hue angle of 0º 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 #533535 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB835353-
CMYK00.360.360.67
HSL22.06%26.67%-
HSV(B)36.14%32.55%-
XYZ5.484.643.98-
YUV61.97122.94143-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=43.92%
G=28.04%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83535300.360.360.67022.0626.67
Hex53353502424430161b
Octal12365650444410302633
Binary10100111101011101010100100100100100001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533535; }

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

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

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

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

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

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

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

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