#955B40

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

Shades of Rope #955B40

Tints of Rope #955B40

Color information

#955B40 (or 0x955B40) is unknown color: approx Rope. HEX triplet: 95, 5B and 40. RGB value is (149,91,64). Sum of RGB (Red+Green+Blue) = 149+91+64=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B40 is #6AA4BF. Grayscale: #696969. Windows color (decimal): -6988992 or 4217749. OLE color: 4217749.

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

Color convert

RGB1499164-
CMYK00.390.570.42
HSL19.06º39.91%41.76%-
HSV(B)19.06º57.05%58.43%-
XYZ17.0614.246.7-
YUV105.26104.72159.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=49.01%
G=29.93%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149916400.390.570.4219.0639.9141.76
Hex955B40027392A13282a
Octal2251331000477152235052
Binary1001010110110111000000010011111100110101010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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