Html Css Color HEX #885940 Rope

📋 copy color: '#885940'

red 136 ◦ green 89 ◦ blue 64

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

Shades of Rope #885940

Tints of Rope #885940

RGB

 RED value IS 136 (53.52% from 255) = 47.06%

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 47.06%
G = 30.8%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885940 (or 0x885940) is known color: Rope. HEX triplet: 88, 59 and 40. RGB value is (136,89,64). Sum of RGB (Red+Green+Blue) = 136+89+64=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885940 is #77A6BF. Grayscale: #646464. Windows color (decimal): -7841472 or 4217224. OLE color: 4217224.

HSL color Cylindrical-coordinate representation of color #885940: hue angle of 20.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885940 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 64 -
CMYK 0 0.35 0.53 0.47
HSL 20.83º 0.36% 0.39% -
HSV(B) 20.83º 0.53% 0.53% -
XYZ 14.65 12.75 6.54 -
YUV 100.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 136 89 64 0 0.35 0.53 0.47 20.83 0.36 0.39
Hex 88 59 40 0 23 35 2F 15 24 27
Octal 210 131 100 0 43 65 57 25 44 47
Binary 10001000 1011001 1000000 0 100011 110101 101111 10101 100100 100111

Color Harmonies of #885940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885940

Black with #885940

Text Example


Text Example

White with #885940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885940; }

 p { color: rgb(136,89,64); }

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

background-color css

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

 a { background-color: rgb(136,89,64); }

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

border-color css

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

 span { border-color: rgb(136,89,64); }

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