Html Css Color HEX #563835 Van Cleef

📋 copy color: '#563835'

red 86 ◦ green 56 ◦ blue 53

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

Shades of Van Cleef #563835

Tints of Van Cleef #563835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 44.1%
G = 28.72%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#563835 (or 0x563835) is known color: Van Cleef. HEX triplet: 56, 38 and 35. RGB value is (86,56,53). Sum of RGB (Red+Green+Blue) = 86+56+53=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563835 is #A9C7CA. Grayscale: #404040. Windows color (decimal): -11126731 or 3487830. OLE color: 3487830.

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

Color convert

RGB 86 56 53 -
CMYK 0 0.35 0.38 0.66
HSL 5.45º 0.24% 0.27% -
HSV(B) 5.45º 0.38% 0.34% -
XYZ 5.89 5.06 4.03 -
YUV 64.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 86 56 53 0 0.35 0.38 0.66 5.45 0.24 0.27
Hex 56 38 35 0 23 26 42 5 18 1B
Octal 126 70 65 0 43 46 102 5 30 33
Binary 1010110 111000 110101 0 100011 100110 1000010 101 11000 11011

Color Harmonies of #563835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563835

Black with #563835

Text Example


Text Example

White with #563835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563835; }

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

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

background-color css

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

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

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

border-color css

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

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

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