#563A39

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

Shades of Van Cleef #563A39

Tints of Van Cleef #563A39

Color information

#563A39 (or 0x563A39) is unknown color: approx Van Cleef. HEX triplet: 56, 3A and 39. RGB value is (86,58,57). Sum of RGB (Red+Green+Blue) = 86+58+57=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #563A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A39 is #A9C5C6. Grayscale: #424242. Windows color (decimal): -11126215 or 3750486. OLE color: 3750486.

HSL color Cylindrical-coordinate representation of color #563A39: hue angle of 2.07º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #563A39 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB865857-
CMYK00.330.340.66
HSL2.07º20.28%28.04%-
HSV(B)2.07º33.72%33.73%-
XYZ6.095.34.57-
YUV66.26122.78142.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=42.79%
G=28.86%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86585700.330.340.662.0720.2828.04
Hex563A3902122422141c
Octal12672710414210222434
Binary101011011101011100101000011000101000010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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