#955B3F

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

Shades of Rope #955B3F

Tints of Rope #955B3F

Color information

#955B3F (or 0x955B3F) is unknown color: approx Rope. HEX triplet: 95, 5B and 3F. RGB value is (149,91,63). Sum of RGB (Red+Green+Blue) = 149+91+63=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B3F is #6AA4C0. Grayscale: #696969. Windows color (decimal): -6988993 or 4152213. OLE color: 4152213.

HSL color Cylindrical-coordinate representation of color #955B3F: hue angle of 19.53º 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 #955B3F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1499163-
CMYK00.390.580.42
HSL19.53º40.57%41.57%-
HSV(B)19.53º57.72%58.43%-
XYZ17.0314.236.55-
YUV105.15104.22159.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 63 (25% from 255) = 20.79%
R=49.17%
G=30.03%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149916300.390.580.4219.5340.5741.57
Hex955B3F0273A2A14292a
Octal225133770477252245152
Binary100101011011011111111010011111101010101010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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