#915E3D

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

Shades of Rope #915E3D

Tints of Rope #915E3D

Color information

#915E3D (or 0x915E3D) is unknown color: approx Rope. HEX triplet: 91, 5E and 3D. RGB value is (145,94,61). Sum of RGB (Red+Green+Blue) = 145+94+61=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #915E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E3D is #6EA1C2. Grayscale: #696969. Windows color (decimal): -7250371 or 4021905. OLE color: 4021905.

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

Color convert

RGB1459461-
CMYK00.350.580.43
HSL23.57º40.78%40.39%-
HSV(B)23.57º57.93%56.86%-
XYZ16.5214.366.32-
YUV105.49102.9156.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=48.33%
G=31.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145946100.350.580.4323.5740.7840.39
Hex915E3D0233A2B182928
Octal221136750437253305150
Binary100100011011110111101010001111101010101111000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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