#563A33

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

Shades of Van Cleef #563A33

Tints of Van Cleef #563A33

Color information

#563A33 (or 0x563A33) is unknown color: approx Van Cleef. HEX triplet: 56, 3A and 33. RGB value is (86,58,51). Sum of RGB (Red+Green+Blue) = 86+58+51=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A33 is #A9C5CC. Grayscale: #414141. Windows color (decimal): -11126221 or 3357270. OLE color: 3357270.

HSL color Cylindrical-coordinate representation of color #563A33: hue angle of 12º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #563A33 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB865851-
CMYK00.330.410.66
HSL12º25.55%26.86%-
HSV(B)12º40.7%33.73%-
XYZ5.955.243.83-
YUV65.57119.78142.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=44.10%
G=29.74%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86585100.330.410.661225.5526.86
Hex563A330212942c1a1b
Octal126726304151102143233
Binary10101101110101100110100001101001100001011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,51); }

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

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

 a { background-color: rgb(86,58,51); }

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

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

 span { border-color: rgb(86,58,51); }

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