Html Css Color HEX #563D36 Van Cleef

📋 copy color: '#563D36'

red 86 ◦ green 61 ◦ blue 54

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

Shades of Van Cleef #563D36

Tints of Van Cleef #563D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.35%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 42.79%
G = 30.35%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#563D36 (or 0x563D36) is known color: Van Cleef. HEX triplet: 56, 3D and 36. RGB value is (86,61,54). Sum of RGB (Red+Green+Blue) = 86+61+54=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #563D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D36 is #A9C2C9. Grayscale: #434343. Windows color (decimal): -11125450 or 3554646. OLE color: 3554646.

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

Color convert

RGB 86 61 54 -
CMYK 0 0.29 0.37 0.66
HSL 13.13º 0.23% 0.27% -
HSV(B) 13.13º 0.37% 0.34% -
XYZ 6.17 5.58 4.24 -
YUV 67.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 86 61 54 0 0.29 0.37 0.66 13.13 0.23 0.27
Hex 56 3D 36 0 1D 25 42 D 17 1B
Octal 126 75 66 0 35 45 102 15 27 33
Binary 1010110 111101 110110 0 11101 100101 1000010 1101 10111 11011

Color Harmonies of #563D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D36

Black with #563D36

Text Example


Text Example

White with #563D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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