#563934

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

Shades of Van Cleef #563934

Tints of Van Cleef #563934

Color information

#563934 (or 0x563934) is unknown color: approx Van Cleef. HEX triplet: 56, 39 and 34. RGB value is (86,57,52). Sum of RGB (Red+Green+Blue) = 86+57+52=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563934 is #A9C6CB. Grayscale: #414141. Windows color (decimal): -11126476 or 3422550. OLE color: 3422550.

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

Color convert

RGB865752-
CMYK00.340.400.66
HSL8.82º24.64%27.06%-
HSV(B)8.82º39.53%33.73%-
XYZ5.925.153.93-
YUV65.1120.61142.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=44.10%
G=29.23%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86575200.340.400.668.8224.6427.06
Hex56393402228429191b
Octal126716404250102113133
Binary10101101110011101000100010101000100001010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563934; }

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

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

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

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

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

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

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

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