Html Css Color HEX #8C563A Rope

📋 copy color: '#8C563A'

red 140 ◦ green 86 ◦ blue 58

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

Shades of Rope #8C563A

Tints of Rope #8C563A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 49.3%
G = 30.28%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C563A (or 0x8C563A) is known color: Rope. HEX triplet: 8C, 56 and 3A. RGB value is (140,86,58). Sum of RGB (Red+Green+Blue) = 140+86+58=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C563A is #73A9C5. Grayscale: #636363. Windows color (decimal): -7580102 or 3823244. OLE color: 3823244.

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

Color convert

RGB 140 86 58 -
CMYK 0 0.39 0.59 0.45
HSL 20.49º 0.41% 0.39% -
HSV(B) 20.49º 0.59% 0.55% -
XYZ 14.91 12.54 5.64 -
YUV 98.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 140 86 58 0 0.39 0.59 0.45 20.49 0.41 0.39
Hex 8C 56 3A 0 27 3B 2D 14 29 27
Octal 214 126 72 0 47 73 55 24 51 47
Binary 10001100 1010110 111010 0 100111 111011 101101 10100 101001 100111

Color Harmonies of #8C563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C563A

Black with #8C563A

Text Example


Text Example

White with #8C563A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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