Html Css Color HEX #885535 Rope

📋 copy color: '#885535'

red 136 ◦ green 85 ◦ blue 53

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

Shades of Rope #885535

Tints of Rope #885535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 53 (21.09% from 255) = 19.34%

R = 49.64%
G = 31.02%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#885535 (or 0x885535) is known color: Rope. HEX triplet: 88, 55 and 35. RGB value is (136,85,53). Sum of RGB (Red+Green+Blue) = 136+85+53=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885535 is #77AACA. Grayscale: #606060. Windows color (decimal): -7842507 or 3495304. OLE color: 3495304.

HSL color Cylindrical-coordinate representation of color #885535: hue angle of 23.13º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885535 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 53 -
CMYK 0 0.38 0.61 0.47
HSL 23.13º 0.44% 0.37% -
HSV(B) 23.13º 0.61% 0.53% -
XYZ 14.04 11.99 4.94 -
YUV 96.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 136 85 53 0 0.38 0.61 0.47 23.13 0.44 0.37
Hex 88 55 35 0 26 3D 2F 17 2C 25
Octal 210 125 65 0 46 75 57 27 54 45
Binary 10001000 1010101 110101 0 100110 111101 101111 10111 101100 100101

Color Harmonies of #885535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885535

Black with #885535

Text Example


Text Example

White with #885535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885535; }

 p { color: rgb(136,85,53); }

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

background-color css

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

 a { background-color: rgb(136,85,53); }

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

border-color css

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

 span { border-color: rgb(136,85,53); }

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