#945840

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

Shades of Rope #945840

Tints of Rope #945840

Color information

#945840 (or 0x945840) is unknown color: approx Rope. HEX triplet: 94, 58 and 40. RGB value is (148,88,64). Sum of RGB (Red+Green+Blue) = 148+88+64=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #945840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945840 is #6BA7BF. Grayscale: #676767. Windows color (decimal): -7055296 or 4216980. OLE color: 4216980.

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

Color convert

RGB1488864-
CMYK00.410.570.42
HSL17.14º39.62%41.57%-
HSV(B)17.14º56.76%58.04%-
XYZ16.6313.656.61-
YUV103.2105.88159.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=49.33%
G=29.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148886400.410.570.4217.1439.6241.57
Hex945840029392A11282a
Octal2241301000517152215052
Binary1001010010110001000000010100111100110101010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945840; }

 p { color: rgb(148,88,64); }

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

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

 a { background-color: rgb(148,88,64); }

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

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

 span { border-color: rgb(148,88,64); }

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