#563E38

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

Shades of Van Cleef #563E38

Tints of Van Cleef #563E38

Color information

#563E38 (or 0x563E38) is unknown color: approx Van Cleef. HEX triplet: 56, 3E and 38. RGB value is (86,62,56). Sum of RGB (Red+Green+Blue) = 86+62+56=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E38 is #A9C1C7. Grayscale: #444444. Windows color (decimal): -11125192 or 3685974. OLE color: 3685974.

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

Color convert

RGB866256-
CMYK00.280.350.66
HSL12º21.13%27.84%-
HSV(B)12º34.88%33.73%-
XYZ6.275.714.51-
YUV68.49120.95140.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=42.16%
G=30.39%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86625600.280.350.661221.1327.84
Hex563E3801C2342c151c
Octal126767003443102142534
Binary1010110111110111000011100100011100001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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