#945E41

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

Shades of Rope #945E41

Tints of Rope #945E41

Color information

#945E41 (or 0x945E41) is unknown color: approx Rope. HEX triplet: 94, 5E and 41. RGB value is (148,94,65). Sum of RGB (Red+Green+Blue) = 148+94+65=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #945E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E41 is #6BA1BE. Grayscale: #6B6B6B. Windows color (decimal): -7053759 or 4284052. OLE color: 4284052.

HSL color Cylindrical-coordinate representation of color #945E41: hue angle of 20.96º 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 #945E41 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1489465-
CMYK00.360.560.42
HSL20.96º38.97%41.76%-
HSV(B)20.96º56.08%58.04%-
XYZ17.1714.686.93-
YUV106.84104.39157.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=48.21%
G=30.62%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148946500.360.560.4220.9638.9741.76
Hex945E41024382A15272a
Octal2241361010447052254752
Binary1001010010111101000001010010011100010101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945E41; }

 p { color: rgb(148,94,65); }

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

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

 a { background-color: rgb(148,94,65); }

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

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

 span { border-color: rgb(148,94,65); }

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