#935C40

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

Shades of Rope #935C40

Tints of Rope #935C40

Color information

#935C40 (or 0x935C40) is unknown color: approx Rope. HEX triplet: 93, 5C and 40. RGB value is (147,92,64). Sum of RGB (Red+Green+Blue) = 147+92+64=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #935C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C40 is #6CA3BF. Grayscale: #696969. Windows color (decimal): -7119808 or 4218003. OLE color: 4218003.

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

Color convert

RGB1479264-
CMYK00.370.560.42
HSL20.24º39.34%41.37%-
HSV(B)20.24º56.46%57.65%-
XYZ16.7914.236.71-
YUV105.25104.72157.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=48.51%
G=30.36%
B=21.12%

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
Decimal147926400.370.560.4220.2439.3441.37
Hex935C40025382A142729
Octal2231341000457052244751
Binary1001001110111001000000010010111100010101010100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,92,64); }

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

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

 a { background-color: rgb(147,92,64); }

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

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

 span { border-color: rgb(147,92,64); }

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