#915E3A

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

Shades of Rope #915E3A

Tints of Rope #915E3A

Color information

#915E3A (or 0x915E3A) is unknown color: approx Rope. HEX triplet: 91, 5E and 3A. RGB value is (145,94,58). Sum of RGB (Red+Green+Blue) = 145+94+58=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #915E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E3A is #6EA1C5. Grayscale: #696969. Windows color (decimal): -7250374 or 3825297. OLE color: 3825297.

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

Color convert

RGB1459458-
CMYK00.350.60.43
HSL24.83º42.86%39.8%-
HSV(B)24.83º60%56.86%-
XYZ16.4414.335.9-
YUV105.14101.4156.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=48.82%
G=31.65%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145945800.350.60.4324.8342.8639.8
Hex915E3A0233C2B192b28
Octal221136720437453315350
Binary100100011011110111010010001111110010101111001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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