Html Css Color HEX #855537 Rope

📋 copy color: '#855537'

red 133 ◦ green 85 ◦ blue 55

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

Shades of Rope #855537

Tints of Rope #855537

RGB

 RED value IS 133 (52.34% from 255) = 48.72%

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

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

R = 48.72%
G = 31.14%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855537 (or 0x855537) is known color: Rope. HEX triplet: 85, 55 and 37. RGB value is (133,85,55). Sum of RGB (Red+Green+Blue) = 133+85+55=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855537 is #7AAAC8. Grayscale: #606060. Windows color (decimal): -8039113 or 3626373. OLE color: 3626373.

HSL color Cylindrical-coordinate representation of color #855537: hue angle of 23.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855537 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 55 -
CMYK 0 0.36 0.59 0.48
HSL 23.08º 0.41% 0.37% -
HSV(B) 23.08º 0.59% 0.52% -
XYZ 13.61 11.76 5.17 -
YUV 95.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 133 85 55 0 0.36 0.59 0.48 23.08 0.41 0.37
Hex 85 55 37 0 24 3B 30 17 29 25
Octal 205 125 67 0 44 73 60 27 51 45
Binary 10000101 1010101 110111 0 100100 111011 110000 10111 101001 100101

Color Harmonies of #855537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855537

Black with #855537

Text Example


Text Example

White with #855537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855537; }

 p { color: rgb(133,85,55); }

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

background-color css

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

 a { background-color: rgb(133,85,55); }

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

border-color css

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

 span { border-color: rgb(133,85,55); }

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