#563636

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

Shades of Van Cleef #563636

Tints of Van Cleef #563636

Color information

#563636 (or 0x563636) is unknown color: approx Van Cleef. HEX triplet: 56, 36 and 36. RGB value is (86,54,54). Sum of RGB (Red+Green+Blue) = 86+54+54=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #563636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563636 is #A9C9C9. Grayscale: #3F3F3F. Windows color (decimal): -11127242 or 3552854. OLE color: 3552854.

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

Color convert

RGB865454-
CMYK00.370.370.66
HSL22.86%27.45%-
HSV(B)37.21%33.73%-
XYZ5.824.884.13-
YUV63.57122.6144-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=44.33%
G=27.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86545400.370.370.66022.8627.45
Hex56363602525420171b
Octal12666660454510202733
Binary10101101101101101100100101100101100001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563636; }

 p { color: rgb(86,54,54); }

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

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

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

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

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

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

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