#563835

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

Shades of Van Cleef #563835

Tints of Van Cleef #563835

Color information

#563835 (or 0x563835) is unknown color: approx Van Cleef. HEX triplet: 56, 38 and 35. RGB value is (86,56,53). Sum of RGB (Red+Green+Blue) = 86+56+53=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563835 is #A9C7CA. Grayscale: #404040. Windows color (decimal): -11126731 or 3487830. OLE color: 3487830.

HSL color Cylindrical-coordinate representation of color #563835: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #563835 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB865653-
CMYK00.350.380.66
HSL5.45º23.74%27.25%-
HSV(B)5.45º38.37%33.73%-
XYZ5.895.064.03-
YUV64.63121.44143.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=44.10%
G=28.72%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86565300.350.380.665.4523.7427.25
Hex56383502326425181b
Octal12670650434610253033
Binary1010110111000110101010001110011010000101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563835; }

 p { color: rgb(86,56,53); }

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

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

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

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

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

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

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