#915E41

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

Shades of Rope #915E41

Tints of Rope #915E41

Color information

#915E41 (or 0x915E41) is unknown color: approx Rope. HEX triplet: 91, 5E and 41. RGB value is (145,94,65). Sum of RGB (Red+Green+Blue) = 145+94+65=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #915E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E41 is #6EA1BE. Grayscale: #6A6A6A. Windows color (decimal): -7250367 or 4284049. OLE color: 4284049.

HSL color Cylindrical-coordinate representation of color #915E41: hue angle of 21.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915E41 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB1459465-
CMYK00.350.550.43
HSL21.75º38.1%41.18%-
HSV(B)21.75º55.17%56.86%-
XYZ16.6314.416.91-
YUV105.94104.9155.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=47.70%
G=30.92%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145946500.350.550.4321.7538.141.18
Hex915E41023372B162629
Octal2211361010436753264651
Binary1001000110111101000001010001111011110101110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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