#955E3A

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

Shades of Rope #955E3A

Tints of Rope #955E3A

Color information

#955E3A (or 0x955E3A) is unknown color: approx Rope. HEX triplet: 95, 5E and 3A. RGB value is (149,94,58). Sum of RGB (Red+Green+Blue) = 149+94+58=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E3A is #6AA1C5. Grayscale: #6A6A6A. Windows color (decimal): -6988230 or 3825301. OLE color: 3825301.

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

Color convert

RGB1499458-
CMYK00.370.610.42
HSL23.74º43.96%40.59%-
HSV(B)23.74º61.07%58.43%-
XYZ17.1614.75.94-
YUV106.34100.72158.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=49.50%
G=31.23%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149945800.370.610.4223.7443.9640.59
Hex955E3A0253D2A182c29
Octal225136720457552305451
Binary100101011011110111010010010111110110101011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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