#915139

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

Shades of Rope #915139

Tints of Rope #915139

Color information

#915139 (or 0x915139) is unknown color: approx Rope. HEX triplet: 91, 51 and 39. RGB value is (145,81,57). Sum of RGB (Red+Green+Blue) = 145+81+57=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #915139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915139 is #6EAEC6. Grayscale: #616161. Windows color (decimal): -7253703 or 3756433. OLE color: 3756433.

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

Color convert

RGB1458157-
CMYK00.440.610.43
HSL16.36º43.56%39.61%-
HSV(B)16.36º60.69%56.86%-
XYZ15.3612.25.42-
YUV97.4105.2161.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=51.24%
G=28.62%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145815700.440.610.4316.3643.5639.61
Hex91513902C3D2B102c28
Octal221121710547553205450
Binary100100011010001111001010110011110110101110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915139; }

 p { color: rgb(145,81,57); }

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

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

 a { background-color: rgb(145,81,57); }

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

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

 span { border-color: rgb(145,81,57); }

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