#955F3F

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

Shades of Rope #955F3F

Tints of Rope #955F3F

Color information

#955F3F (or 0x955F3F) is unknown color: approx Rope. HEX triplet: 95, 5F and 3F. RGB value is (149,95,63). Sum of RGB (Red+Green+Blue) = 149+95+63=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F3F is #6AA0C0. Grayscale: #6B6B6B. Windows color (decimal): -6987969 or 4153237. OLE color: 4153237.

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

Color convert

RGB1499563-
CMYK00.360.580.42
HSL22.33º40.57%41.57%-
HSV(B)22.33º57.72%58.43%-
XYZ17.3814.936.67-
YUV107.5102.89157.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 63 (25% from 255) = 20.52%
R=48.53%
G=30.94%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149956300.360.580.4222.3340.5741.57
Hex955F3F0243A2A16292a
Octal225137770447252265152
Binary100101011011111111111010010011101010101010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,63); }

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

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

 a { background-color: rgb(149,95,63); }

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

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

 span { border-color: rgb(149,95,63); }

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