#915C35

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

Shades of Rope #915C35

Tints of Rope #915C35

Color information

#915C35 (or 0x915C35) is unknown color: approx Rope. HEX triplet: 91, 5C and 35. RGB value is (145,92,53). Sum of RGB (Red+Green+Blue) = 145+92+53=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #915C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C35 is #6EA3CA. Grayscale: #676767. Windows color (decimal): -7250891 or 3497105. OLE color: 3497105.

HSL color Cylindrical-coordinate representation of color #915C35: hue angle of 25.43º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915C35 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1459253-
CMYK00.370.630.43
HSL25.43º46.46%38.82%-
HSV(B)25.43º63.45%56.86%-
XYZ16.1513.935.21-
YUV103.499.56157.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=50%
G=31.72%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145925300.370.630.4325.4346.4638.82
Hex915C350253F2B192e27
Octal221134650457753315647
Binary100100011011100110101010010111111110101111001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,92,53); }

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

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

 a { background-color: rgb(145,92,53); }

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

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

 span { border-color: rgb(145,92,53); }

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