Html Css Color HEX #8C5A37 Rope

📋 copy color: '#8C5A37'

red 140 ◦ green 90 ◦ blue 55

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

Shades of Rope #8C5A37

Tints of Rope #8C5A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 49.12%
G = 31.58%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C5A37 (or 0x8C5A37) is known color: Rope. HEX triplet: 8C, 5A and 37. RGB value is (140,90,55). Sum of RGB (Red+Green+Blue) = 140+90+55=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5A37 is #73A5C8. Grayscale: #656565. Windows color (decimal): -7579081 or 3627660. OLE color: 3627660.

HSL color Cylindrical-coordinate representation of color #8C5A37: hue angle of 24.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5A37 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 90 55 -
CMYK 0 0.36 0.61 0.45
HSL 24.71º 0.44% 0.38% -
HSV(B) 24.71º 0.61% 0.55% -
XYZ 15.16 13.16 5.36 -
YUV 100.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 140 90 55 0 0.36 0.61 0.45 24.71 0.44 0.38
Hex 8C 5A 37 0 24 3D 2D 19 2C 26
Octal 214 132 67 0 44 75 55 31 54 46
Binary 10001100 1011010 110111 0 100100 111101 101101 11001 101100 100110

Color Harmonies of #8C5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5A37

Black with #8C5A37

Text Example


Text Example

White with #8C5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,90,55); }

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

background-color css

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

 a { background-color: rgb(140,90,55); }

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

border-color css

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

 span { border-color: rgb(140,90,55); }

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