#563735

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

Shades of Van Cleef #563735

Tints of Van Cleef #563735

Color information

#563735 (or 0x563735) is unknown color: approx Van Cleef. HEX triplet: 56, 37 and 35. RGB value is (86,55,53). Sum of RGB (Red+Green+Blue) = 86+55+53=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #563735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563735 is #A9C8CA. Grayscale: #404040. Windows color (decimal): -11126987 or 3487574. OLE color: 3487574.

HSL color Cylindrical-coordinate representation of color #563735: hue angle of 3.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #563735 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB865553-
CMYK00.360.380.66
HSL3.64º23.74%27.25%-
HSV(B)3.64º38.37%33.73%-
XYZ5.854.974.02-
YUV64.04121.77143.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=44.33%
G=28.35%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86555300.360.380.663.6423.7427.25
Hex56373502426424181b
Octal12667650444610243033
Binary1010110110111110101010010010011010000101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563735; }

 p { color: rgb(86,55,53); }

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

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

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

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

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

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

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