#563B3A

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

Shades of Van Cleef #563B3A

Tints of Van Cleef #563B3A

Color information

#563B3A (or 0x563B3A) is unknown color: approx Van Cleef. HEX triplet: 56, 3B and 3A. RGB value is (86,59,58). Sum of RGB (Red+Green+Blue) = 86+59+58=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #563B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B3A is #A9C4C5. Grayscale: #424242. Windows color (decimal): -11125958 or 3816278. OLE color: 3816278.

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

Color convert

RGB865958-
CMYK00.310.330.66
HSL2.14º19.44%28.24%-
HSV(B)2.14º32.56%33.73%-
XYZ6.175.414.72-
YUV66.96122.95141.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=42.36%
G=29.06%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86595800.310.330.662.1419.4428.24
Hex563B3A01F21422131c
Octal12673720374110222334
Binary10101101110111110100111111000011000010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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