#563A35

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

Shades of Van Cleef #563A35

Tints of Van Cleef #563A35

Color information

#563A35 (or 0x563A35) is unknown color: approx Van Cleef. HEX triplet: 56, 3A and 35. RGB value is (86,58,53). Sum of RGB (Red+Green+Blue) = 86+58+53=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #563A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A35 is #A9C5CA. Grayscale: #414141. Windows color (decimal): -11126219 or 3488342. OLE color: 3488342.

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

Color convert

RGB865853-
CMYK00.330.380.66
HSL9.09º23.74%27.25%-
HSV(B)9.09º38.37%33.73%-
XYZ5.995.264.07-
YUV65.8120.78142.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=43.65%
G=29.44%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86585300.330.380.669.0923.7427.25
Hex563A3502126429181b
Octal126726504146102113033
Binary10101101110101101010100001100110100001010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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