#563939

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

Shades of Van Cleef #563939

Tints of Van Cleef #563939

Color information

#563939 (or 0x563939) is unknown color: approx Van Cleef. HEX triplet: 56, 39 and 39. RGB value is (86,57,57). Sum of RGB (Red+Green+Blue) = 86+57+57=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #563939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563939 is #A9C6C6. Grayscale: #414141. Windows color (decimal): -11126471 or 3750230. OLE color: 3750230.

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

Color convert

RGB865757-
CMYK00.340.340.66
HSL20.28%28.04%-
HSV(B)33.72%33.73%-
XYZ6.045.24.56-
YUV65.67123.11142.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 57 (22.66% from 255) = 28.5%
R=43%
G=28.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86575700.340.340.66020.2828.04
Hex56393902222420141c
Octal12671710424210202434
Binary10101101110011110010100010100010100001001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563939; }

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

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

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

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

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

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

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

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