#563938

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

Shades of Van Cleef #563938

Tints of Van Cleef #563938

Color information

#563938 (or 0x563938) is unknown color: approx Van Cleef. HEX triplet: 56, 39 and 38. RGB value is (86,57,56). Sum of RGB (Red+Green+Blue) = 86+57+56=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #563938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563938 is #A9C6C7. Grayscale: #414141. Windows color (decimal): -11126472 or 3684694. OLE color: 3684694.

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

Color convert

RGB865756-
CMYK00.340.350.66
HSL21.13%27.84%-
HSV(B)34.88%33.73%-
XYZ6.015.194.43-
YUV65.56122.61142.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=43.22%
G=28.64%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86575600.340.350.66221.1327.84
Hex56393802223422151c
Octal12671700424310222534
Binary101011011100111100001000101000111000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563938; }

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

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

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

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

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

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

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

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