#563838

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

Shades of Van Cleef #563838

Tints of Van Cleef #563838

Color information

#563838 (or 0x563838) is unknown color: approx Van Cleef. HEX triplet: 56, 38 and 38. RGB value is (86,56,56). Sum of RGB (Red+Green+Blue) = 86+56+56=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #563838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563838 is #A9C7C7. Grayscale: #414141. Windows color (decimal): -11126728 or 3684438. OLE color: 3684438.

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

Color convert

RGB865656-
CMYK00.350.350.66
HSL21.13%27.84%-
HSV(B)34.88%33.73%-
XYZ5.975.094.41-
YUV64.97122.94143-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=43.43%
G=28.28%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86565600.350.350.66021.1327.84
Hex56383802323420151c
Octal12670700434310202534
Binary10101101110001110000100011100011100001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563838; }

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

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

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

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

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

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

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

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