#935D41

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

Shades of Rope #935D41

Tints of Rope #935D41

Color information

#935D41 (or 0x935D41) is unknown color: approx Rope. HEX triplet: 93, 5D and 41. RGB value is (147,93,65). Sum of RGB (Red+Green+Blue) = 147+93+65=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #935D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D41 is #6CA2BE. Grayscale: #6A6A6A. Windows color (decimal): -7119551 or 4283795. OLE color: 4283795.

HSL color Cylindrical-coordinate representation of color #935D41: hue angle of 20.49º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935D41 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1479365-
CMYK00.370.560.42
HSL20.49º38.68%41.57%-
HSV(B)20.49º55.78%57.65%-
XYZ16.914.416.89-
YUV105.95104.89157.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=48.20%
G=30.49%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147936500.370.560.4220.4938.6841.57
Hex935D41025382A14272a
Octal2231351010457052244752
Binary1001001110111011000001010010111100010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935D41; }

 p { color: rgb(147,93,65); }

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

<style>
 a { background-color: #935D41; }

 a { background-color: rgb(147,93,65); }

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

<style>
 span { border-color: #935D41; }

 span { border-color: rgb(147,93,65); }

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