#955939

Color #955939 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #955939

Tints of Rope #955939

Color information

#955939 (or 0x955939) is unknown color: approx Rope. HEX triplet: 95, 59 and 39. RGB value is (149,89,57). Sum of RGB (Red+Green+Blue) = 149+89+57=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #955939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955939 is #6AA6C6. Grayscale: #676767. Windows color (decimal): -6989511 or 3758485. OLE color: 3758485.

HSL color Cylindrical-coordinate representation of color #955939: hue angle of 20.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955939 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1498957-
CMYK00.400.620.42
HSL20.87º44.66%40.39%-
HSV(B)20.87º61.74%58.43%-
XYZ16.7113.835.66-
YUV103.29101.88160.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=50.51%
G=30.17%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149895700.400.620.4220.8744.6640.39
Hex9559390283E2A152d28
Octal225131710507652255550
Binary100101011011001111001010100011111010101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955939; }

 p { color: rgb(149,89,57); }

 H1.HeaderClassName
 {
   color: #955939;
 }
 .AnyTagClassName
 {
   color: #955939;
 }
</style>
background-color css

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

 a { background-color: rgb(149,89,57); }

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

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

 span { border-color: rgb(149,89,57); }

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