Html Css Color HEX #8C563B Rope

📋 copy color: '#8C563B'

red 140 ◦ green 86 ◦ blue 59

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

Shades of Rope #8C563B

Tints of Rope #8C563B

RGB

 RED value IS 140 (55.08% from 255) = 49.12%

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 49.12%
G = 30.18%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C563B (or 0x8C563B) is known color: Rope. HEX triplet: 8C, 56 and 3B. RGB value is (140,86,59). Sum of RGB (Red+Green+Blue) = 140+86+59=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C563B is #73A9C4. Grayscale: #636363. Windows color (decimal): -7580101 or 3888780. OLE color: 3888780.

HSL color Cylindrical-coordinate representation of color #8C563B: hue angle of 20º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C563B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 86 59 -
CMYK 0 0.39 0.58 0.45
HSL 20º 0.41% 0.39% -
HSV(B) 20º 0.58% 0.55% -
XYZ 14.93 12.55 5.77 -
YUV 99.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 140 86 59 0 0.39 0.58 0.45 20 0.41 0.39
Hex 8C 56 3B 0 27 3A 2D 14 29 27
Octal 214 126 73 0 47 72 55 24 51 47
Binary 10001100 1010110 111011 0 100111 111010 101101 10100 101001 100111

Color Harmonies of #8C563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C563B

Black with #8C563B

Text Example


Text Example

White with #8C563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C563B; }

 p { color: rgb(140,86,59); }

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

background-color css

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

 a { background-color: rgb(140,86,59); }

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

border-color css

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

 span { border-color: rgb(140,86,59); }

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