#915B3A

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

Shades of Rope #915B3A

Tints of Rope #915B3A

Color information

#915B3A (or 0x915B3A) is unknown color: approx Rope. HEX triplet: 91, 5B and 3A. RGB value is (145,91,58). Sum of RGB (Red+Green+Blue) = 145+91+58=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #915B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B3A is #6EA4C5. Grayscale: #676767. Windows color (decimal): -7251142 or 3824529. OLE color: 3824529.

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

Color convert

RGB1459158-
CMYK00.370.60.43
HSL22.76º42.86%39.8%-
HSV(B)22.76º60%56.86%-
XYZ16.1813.815.82-
YUV103.38102.39157.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.32%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=49.32%
G=30.95%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145915800.370.60.4322.7642.8639.8
Hex915B3A0253C2B172b28
Octal221133720457453275350
Binary100100011011011111010010010111110010101110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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