Html Css Color HEX #563935 Van Cleef

📋 copy color: '#563935'

red 86 ◦ green 57 ◦ blue 53

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

Shades of Van Cleef #563935

Tints of Van Cleef #563935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

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

R = 43.88%
G = 29.08%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#563935 (or 0x563935) is known color: Van Cleef. HEX triplet: 56, 39 and 35. RGB value is (86,57,53). Sum of RGB (Red+Green+Blue) = 86+57+53=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563935 is #A9C6CA. Grayscale: #414141. Windows color (decimal): -11126475 or 3488086. OLE color: 3488086.

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

Color convert

RGB 86 57 53 -
CMYK 0 0.34 0.38 0.66
HSL 7.27º 0.24% 0.27% -
HSV(B) 7.27º 0.38% 0.34% -
XYZ 5.94 5.16 4.05 -
YUV 65.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 86 57 53 0 0.34 0.38 0.66 7.27 0.24 0.27
Hex 56 39 35 0 22 26 42 7 18 1B
Octal 126 71 65 0 42 46 102 7 30 33
Binary 1010110 111001 110101 0 100010 100110 1000010 111 11000 11011

Color Harmonies of #563935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563935

Black with #563935

Text Example


Text Example

White with #563935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563935; }

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

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

background-color css

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

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

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

border-color css

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

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

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