Html Css Color HEX #563F39 Van Cleef

📋 copy color: '#563F39'

red 86 ◦ green 63 ◦ blue 57

#563F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #563F39

Tints of Van Cleef #563F39

RGB

 RED value IS 86 (33.98% from 255) = 41.75%

 GREEN value IS 63 (25% from 255) = 30.58%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 41.75%
G = 30.58%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#563F39 (or 0x563F39) is known color: Van Cleef. HEX triplet: 56, 3F and 39. RGB value is (86,63,57). Sum of RGB (Red+Green+Blue) = 86+63+57=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #563F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F39 is #A9C0C6. Grayscale: #454545. Windows color (decimal): -11124935 or 3751766. OLE color: 3751766.

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

Color convert

RGB 86 63 57 -
CMYK 0 0.27 0.34 0.66
HSL 12.41º 0.2% 0.28% -
HSV(B) 12.41º 0.34% 0.34% -
XYZ 6.35 5.83 4.66 -
YUV 69.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 86 63 57 0 0.27 0.34 0.66 12.41 0.2 0.28
Hex 56 3F 39 0 1B 22 42 C 14 1C
Octal 126 77 71 0 33 42 102 14 24 34
Binary 1010110 111111 111001 0 11011 100010 1000010 1100 10100 11100

Color Harmonies of #563F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F39

Black with #563F39

Text Example


Text Example

White with #563F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #563F39;
 }
 .AnyTagClassName
 {
   color: #563F39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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