#915D3D

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

Shades of Rope #915D3D

Tints of Rope #915D3D

Color information

#915D3D (or 0x915D3D) is unknown color: approx Rope. HEX triplet: 91, 5D and 3D. RGB value is (145,93,61). Sum of RGB (Red+Green+Blue) = 145+93+61=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #915D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D3D is #6EA2C2. Grayscale: #696969. Windows color (decimal): -7250627 or 4021649. OLE color: 4021649.

HSL color Cylindrical-coordinate representation of color #915D3D: hue angle of 22.86º 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 #915D3D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB1459361-
CMYK00.360.580.43
HSL22.86º40.78%40.39%-
HSV(B)22.86º57.93%56.86%-
XYZ16.4314.196.29-
YUV104.9103.23156.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=48.49%
G=31.10%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145936100.360.580.4322.8640.7840.39
Hex915D3D0243A2B172928
Octal221135750447253275150
Binary100100011011101111101010010011101010101110111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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