#563D38

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

Shades of Van Cleef #563D38

Tints of Van Cleef #563D38

Color information

#563D38 (or 0x563D38) is unknown color: approx Van Cleef. HEX triplet: 56, 3D and 38. RGB value is (86,61,56). Sum of RGB (Red+Green+Blue) = 86+61+56=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #563D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D38 is #A9C2C7. Grayscale: #434343. Windows color (decimal): -11125448 or 3685718. OLE color: 3685718.

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

Color convert

RGB866156-
CMYK00.290.350.66
HSL10º21.13%27.84%-
HSV(B)10º34.88%33.73%-
XYZ6.225.64.49-
YUV67.9121.28140.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=42.36%
G=30.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86615600.290.350.661021.1327.84
Hex563D3801D2342a151c
Octal126757003543102122534
Binary1010110111101111000011101100011100001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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