#533635

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

Shades of Van Cleef #533635

Tints of Van Cleef #533635

Color information

#533635 (or 0x533635) is unknown color: approx Van Cleef. HEX triplet: 53, 36 and 35. RGB value is (83,54,53). Sum of RGB (Red+Green+Blue) = 83+54+53=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533635 is #ACC9CA. Grayscale: #3E3E3E. Windows color (decimal): -11323851 or 3487315. OLE color: 3487315.

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

Color convert

RGB835453-
CMYK00.350.360.67
HSL22.06%26.67%-
HSV(B)36.14%32.55%-
XYZ5.534.733.99-
YUV62.56122.61142.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=43.68%
G=28.42%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83545300.350.360.67222.0626.67
Hex53363502324432161b
Octal12366650434410322633
Binary101001111011011010101000111001001000011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533635; }

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

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

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

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

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

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

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

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