#563935

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

Shades of Van Cleef #563935

Tints of Van Cleef #563935

Color information

#563935 (or 0x563935) is unknown color: approx Van Cleef. HEX triplet: 56, 39 and 35. RGB value is (86,57,53). Sum of RGB (Red+Green+Blue) = 86+57+53=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563935 is #A9C6CA. Grayscale: #414141. Windows color (decimal): -11126475 or 3488086. OLE color: 3488086.

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

Color convert

RGB865753-
CMYK00.340.380.66
HSL7.27º23.74%27.25%-
HSV(B)7.27º38.37%33.73%-
XYZ5.945.164.05-
YUV65.21121.11142.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=43.88%
G=29.08%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86575300.340.380.667.2723.7427.25
Hex56393502226427181b
Octal12671650424610273033
Binary1010110111001110101010001010011010000101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563935; }

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

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

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

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

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

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

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

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