#563A36

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

Shades of Van Cleef #563A36

Tints of Van Cleef #563A36

Color information

#563A36 (or 0x563A36) is unknown color: approx Van Cleef. HEX triplet: 56, 3A and 36. RGB value is (86,58,54). Sum of RGB (Red+Green+Blue) = 86+58+54=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #563A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A36 is #A9C5C9. Grayscale: #414141. Windows color (decimal): -11126218 or 3553878. OLE color: 3553878.

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

Color convert

RGB865854-
CMYK00.330.370.66
HSL7.5º22.86%27.45%-
HSV(B)7.5º37.21%33.73%-
XYZ6.025.274.19-
YUV65.92121.28142.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=43.43%
G=29.29%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86585400.330.370.667.522.8627.45
Hex563A3602125428171b
Octal126726604145102102733
Binary10101101110101101100100001100101100001010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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