#563D3C

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

Shades of Van Cleef #563D3C

Tints of Van Cleef #563D3C

Color information

#563D3C (or 0x563D3C) is unknown color: approx Van Cleef. HEX triplet: 56, 3D and 3C. RGB value is (86,61,60). Sum of RGB (Red+Green+Blue) = 86+61+60=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D3C is #A9C2C3. Grayscale: #444444. Windows color (decimal): -11125444 or 3947862. OLE color: 3947862.

HSL color Cylindrical-coordinate representation of color #563D3C: hue angle of 2.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563D3C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB866160-
CMYK00.290.300.66
HSL2.31º17.81%28.63%-
HSV(B)2.31º30.23%33.73%-
XYZ6.325.645.03-
YUV68.36123.28140.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=41.55%
G=29.47%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86616000.290.300.662.3117.8128.63
Hex563D3C01D1E422121d
Octal12675740353610222235
Binary1010110111101111100011101111101000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563D3C; }

 p { color: rgb(86,61,60); }

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

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

 a { background-color: rgb(86,61,60); }

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

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

 span { border-color: rgb(86,61,60); }

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