Html Css Color HEX #885942 Rope

📋 copy color: '#885942'

red 136 ◦ green 89 ◦ blue 66

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

Shades of Rope #885942

Tints of Rope #885942

RGB

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

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

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

R = 46.74%
G = 30.58%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885942 (or 0x885942) is known color: Rope. HEX triplet: 88, 59 and 42. RGB value is (136,89,66). Sum of RGB (Red+Green+Blue) = 136+89+66=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #885942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885942 is #77A6BD. Grayscale: #646464. Windows color (decimal): -7841470 or 4348296. OLE color: 4348296.

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

Color convert

RGB 136 89 66 -
CMYK 0 0.35 0.51 0.47
HSL 19.71º 0.35% 0.4% -
HSV(B) 19.71º 0.51% 0.53% -
XYZ 14.71 12.77 6.84 -
YUV 100.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 136 89 66 0 0.35 0.51 0.47 19.71 0.35 0.4
Hex 88 59 42 0 23 33 2F 14 23 28
Octal 210 131 102 0 43 63 57 24 43 50
Binary 10001000 1011001 1000010 0 100011 110011 101111 10100 100011 101000

Color Harmonies of #885942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885942

Black with #885942

Text Example


Text Example

White with #885942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885942; }

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

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

background-color css

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

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

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

border-color css

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

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

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