#955D40

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

Shades of Rope #955D40

Tints of Rope #955D40

Color information

#955D40 (or 0x955D40) is unknown color: approx Rope. HEX triplet: 95, 5D and 40. RGB value is (149,93,64). Sum of RGB (Red+Green+Blue) = 149+93+64=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #955D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D40 is #6AA2BF. Grayscale: #6A6A6A. Windows color (decimal): -6988480 or 4218261. OLE color: 4218261.

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

Color convert

RGB1499364-
CMYK00.380.570.42
HSL20.47º39.91%41.76%-
HSV(B)20.47º57.05%58.43%-
XYZ17.2314.596.76-
YUV106.44104.05158.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=48.69%
G=30.39%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149936400.380.570.4220.4739.9141.76
Hex955D40026392A14282a
Octal2251351000467152245052
Binary1001010110111011000000010011011100110101010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955D40; }

 p { color: rgb(149,93,64); }

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

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

 a { background-color: rgb(149,93,64); }

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

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

 span { border-color: rgb(149,93,64); }

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