#533935

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

Shades of Van Cleef #533935

Tints of Van Cleef #533935

Color information

#533935 (or 0x533935) is unknown color: approx Van Cleef. HEX triplet: 53, 39 and 35. RGB value is (83,57,53). Sum of RGB (Red+Green+Blue) = 83+57+53=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533935 is #ACC6CA. Grayscale: #404040. Windows color (decimal): -11323083 or 3488083. OLE color: 3488083.

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

Color convert

RGB835753-
CMYK00.310.360.67
HSL22.06%26.67%-
HSV(B)36.14%32.55%-
XYZ5.675.024.04-
YUV64.32121.61141.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=43.01%
G=29.53%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83575300.310.360.67822.0626.67
Hex53393501F24438161b
Octal123716503744103102633
Binary1010011111001110101011111100100100001110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533935; }

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

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

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

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

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

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

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

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