Html Css Color HEX #563A33 Van Cleef

📋 copy color: '#563A33'

red 86 ◦ green 58 ◦ blue 51

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

Shades of Van Cleef #563A33

Tints of Van Cleef #563A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 51 (20.31% from 255) = 26.15%

R = 44.1%
G = 29.74%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#563A33 (or 0x563A33) is known color: Van Cleef. HEX triplet: 56, 3A and 33. RGB value is (86,58,51). Sum of RGB (Red+Green+Blue) = 86+58+51=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A33 is #A9C5CC. Grayscale: #414141. Windows color (decimal): -11126221 or 3357270. OLE color: 3357270.

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

Color convert

RGB 86 58 51 -
CMYK 0 0.33 0.41 0.66
HSL 12º 0.26% 0.27% -
HSV(B) 12º 0.41% 0.34% -
XYZ 5.95 5.24 3.83 -
YUV 65.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 86 58 51 0 0.33 0.41 0.66 12 0.26 0.27
Hex 56 3A 33 0 21 29 42 C 1A 1B
Octal 126 72 63 0 41 51 102 14 32 33
Binary 1010110 111010 110011 0 100001 101001 1000010 1100 11010 11011

Color Harmonies of #563A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A33

Black with #563A33

Text Example


Text Example

White with #563A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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