#925740

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

Shades of Rope #925740

Tints of Rope #925740

Color information

#925740 (or 0x925740) is unknown color: approx Rope. HEX triplet: 92, 57 and 40. RGB value is (146,87,64). Sum of RGB (Red+Green+Blue) = 146+87+64=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #925740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925740 is #6DA8BF. Grayscale: #666666. Windows color (decimal): -7186624 or 4216722. OLE color: 4216722.

HSL color Cylindrical-coordinate representation of color #925740: hue angle of 16.83º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925740 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1468764-
CMYK00.400.560.43
HSL16.83º39.05%41.18%-
HSV(B)16.83º56.16%57.25%-
XYZ16.1913.36.56-
YUV102.02106.55159.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=49.16%
G=29.29%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146876400.400.560.4316.8339.0541.18
Hex925740028382B112729
Octal2221271000507053214751
Binary1001001010101111000000010100011100010101110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925740; }

 p { color: rgb(146,87,64); }

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

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

 a { background-color: rgb(146,87,64); }

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

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

 span { border-color: rgb(146,87,64); }

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