#915A41

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

Shades of Rope #915A41

Tints of Rope #915A41

Color information

#915A41 (or 0x915A41) is unknown color: approx Rope. HEX triplet: 91, 5A and 41. RGB value is (145,90,65). Sum of RGB (Red+Green+Blue) = 145+90+65=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #915A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A41 is #6EA5BE. Grayscale: #676767. Windows color (decimal): -7251391 or 4283025. OLE color: 4283025.

HSL color Cylindrical-coordinate representation of color #915A41: hue angle of 18.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 #915A41 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB1459065-
CMYK00.380.550.43
HSL18.75º38.1%41.18%-
HSV(B)18.75º55.17%56.86%-
XYZ16.2913.716.79-
YUV103.6106.22157.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=48.33%
G=30%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145906500.380.550.4318.7538.141.18
Hex915A41026372B132629
Octal2211321010466753234651
Binary1001000110110101000001010011011011110101110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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