#563B38

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

Shades of Van Cleef #563B38

Tints of Van Cleef #563B38

Color information

#563B38 (or 0x563B38) is unknown color: approx Van Cleef. HEX triplet: 56, 3B and 38. RGB value is (86,59,56). Sum of RGB (Red+Green+Blue) = 86+59+56=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #563B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B38 is #A9C4C7. Grayscale: #424242. Windows color (decimal): -11125960 or 3685206. OLE color: 3685206.

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

Color convert

RGB865956-
CMYK00.310.350.66
HSL21.13%27.84%-
HSV(B)34.88%33.73%-
XYZ6.125.394.46-
YUV66.73121.95141.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=42.79%
G=29.35%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86595600.310.350.66621.1327.84
Hex563B3801F23426151c
Octal12673700374310262534
Binary101011011101111100001111110001110000101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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