#915A3E

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

Shades of Rope #915A3E

Tints of Rope #915A3E

Color information

#915A3E (or 0x915A3E) is unknown color: approx Rope. HEX triplet: 91, 5A and 3E. RGB value is (145,90,62). Sum of RGB (Red+Green+Blue) = 145+90+62=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #915A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A3E is #6EA5C1. Grayscale: #676767. Windows color (decimal): -7251394 or 4086417. OLE color: 4086417.

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

Color convert

RGB1459062-
CMYK00.380.570.43
HSL20.24º40.1%40.59%-
HSV(B)20.24º57.24%56.86%-
XYZ16.213.686.34-
YUV103.25104.72157.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=48.82%
G=30.30%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145906200.380.570.4320.2440.140.59
Hex915A3E026392B142829
Octal221132760467153245051
Binary100100011011010111110010011011100110101110100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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