Html Css Color HEX #563A42 Tawny Port

📋 copy color: '#563A42'

red 86 ◦ green 58 ◦ blue 66

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

Shades of Tawny Port #563A42

Tints of Tawny Port #563A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 40.95%
G = 27.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#563A42 (or 0x563A42) is known color: Tawny Port. HEX triplet: 56, 3A and 42. RGB value is (86,58,66). Sum of RGB (Red+Green+Blue) = 86+58+66=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #563A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A42 is #A9C5BD. Grayscale: #434343. Windows color (decimal): -11126206 or 4340310. OLE color: 4340310.

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

Color convert

RGB 86 58 66 -
CMYK 0 0.33 0.23 0.66
HSL 342.86º 0.19% 0.28% -
HSV(B) 342.86º 0.33% 0.34% -
XYZ 6.33 5.4 5.86 -
YUV 67.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 86 58 66 0 0.33 0.23 0.66 342.86 0.19 0.28
Hex 56 3A 42 0 21 17 42 157 13 1C
Octal 126 72 102 0 41 27 102 527 23 34
Binary 1010110 111010 1000010 0 100001 10111 1000010 101010111 10011 11100

Color Harmonies of #563A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A42

Black with #563A42

Text Example


Text Example

White with #563A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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