#955D3A

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

Shades of Rope #955D3A

Tints of Rope #955D3A

Color information

#955D3A (or 0x955D3A) is unknown color: approx Rope. HEX triplet: 95, 5D and 3A. RGB value is (149,93,58). Sum of RGB (Red+Green+Blue) = 149+93+58=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D3A is #6AA2C5. Grayscale: #696969. Windows color (decimal): -6988486 or 3825045. OLE color: 3825045.

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

Color convert

RGB1499358-
CMYK00.380.610.42
HSL23.08º43.96%40.59%-
HSV(B)23.08º61.07%58.43%-
XYZ17.0714.525.91-
YUV105.75101.05158.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=49.67%
G=31%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149935800.380.610.4223.0843.9640.59
Hex955D3A0263D2A172c29
Octal225135720467552275451
Binary100101011011101111010010011011110110101010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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