#935F3D

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

Shades of Rope #935F3D

Tints of Rope #935F3D

Color information

#935F3D (or 0x935F3D) is unknown color: approx Rope. HEX triplet: 93, 5F and 3D. RGB value is (147,95,61). Sum of RGB (Red+Green+Blue) = 147+95+61=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #935F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F3D is #6CA0C2. Grayscale: #6A6A6A. Windows color (decimal): -7119043 or 4022163. OLE color: 4022163.

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

Color convert

RGB1479561-
CMYK00.350.590.42
HSL23.72º41.35%40.78%-
HSV(B)23.72º58.5%57.65%-
XYZ16.9714.726.36-
YUV106.67102.23156.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=48.51%
G=31.35%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147956100.350.590.4223.7241.3540.78
Hex935F3D0233B2A182929
Octal223137750437352305151
Binary100100111011111111101010001111101110101011000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,61); }

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

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

 a { background-color: rgb(147,95,61); }

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

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

 span { border-color: rgb(147,95,61); }

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