#955F3C

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

Shades of Rope #955F3C

Tints of Rope #955F3C

Color information

#955F3C (or 0x955F3C) is unknown color: approx Rope. HEX triplet: 95, 5F and 3C. RGB value is (149,95,60). Sum of RGB (Red+Green+Blue) = 149+95+60=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F3C is #6AA0C3. Grayscale: #6B6B6B. Windows color (decimal): -6987972 or 3956629. OLE color: 3956629.

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

Color convert

RGB1499560-
CMYK00.360.600.42
HSL23.6º42.58%40.98%-
HSV(B)23.6º59.73%58.43%-
XYZ17.314.96.24-
YUV107.16101.39157.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=49.01%
G=31.25%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149956000.360.600.4223.642.5840.98
Hex955F3C0243C2A182b29
Octal225137740447452305351
Binary100101011011111111100010010011110010101011000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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