#563734

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

Shades of Van Cleef #563734

Tints of Van Cleef #563734

Color information

#563734 (or 0x563734) is unknown color: approx Van Cleef. HEX triplet: 56, 37 and 34. RGB value is (86,55,52). Sum of RGB (Red+Green+Blue) = 86+55+52=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #563734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563734 is #A9C8CB. Grayscale: #3F3F3F. Windows color (decimal): -11126988 or 3422038. OLE color: 3422038.

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

Color convert

RGB865552-
CMYK00.360.400.66
HSL5.29º24.64%27.06%-
HSV(B)5.29º39.53%33.73%-
XYZ5.824.963.9-
YUV63.93121.27143.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=44.56%
G=28.50%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86555200.360.400.665.2924.6427.06
Hex56373402428425191b
Octal12667640445010253133
Binary1010110110111110100010010010100010000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563734; }

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

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

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

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

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

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

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

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