#945D41

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

Shades of Rope #945D41

Tints of Rope #945D41

Color information

#945D41 (or 0x945D41) is unknown color: approx Rope. HEX triplet: 94, 5D and 41. RGB value is (148,93,65). Sum of RGB (Red+Green+Blue) = 148+93+65=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #945D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D41 is #6BA2BE. Grayscale: #6A6A6A. Windows color (decimal): -7054015 or 4283796. OLE color: 4283796.

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

Color convert

RGB1489365-
CMYK00.370.560.42
HSL20.24º38.97%41.76%-
HSV(B)20.24º56.08%58.04%-
XYZ17.0814.516.9-
YUV106.25104.72157.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=48.37%
G=30.39%
B=21.24%

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
Decimal148936500.370.560.4220.2438.9741.76
Hex945D41025382A14272a
Octal2241351010457052244752
Binary1001010010111011000001010010111100010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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