#95593F

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

Shades of Rope #95593F

Tints of Rope #95593F

Color information

#95593F (or 0x95593F) is unknown color: approx Rope. HEX triplet: 95, 59 and 3F. RGB value is (149,89,63). Sum of RGB (Red+Green+Blue) = 149+89+63=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95593F is #6AA6C0. Grayscale: #686868. Windows color (decimal): -6989505 or 4151701. OLE color: 4151701.

HSL color Cylindrical-coordinate representation of color #95593F: hue angle of 18.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95593F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1498963-
CMYK00.400.580.42
HSL18.14º40.57%41.57%-
HSV(B)18.14º57.72%58.43%-
XYZ16.8613.896.5-
YUV103.98104.88160.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 63 (25% from 255) = 20.93%
R=49.50%
G=29.57%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149896300.400.580.4218.1440.5741.57
Hex95593F0283A2A12292a
Octal225131770507252225152
Binary100101011011001111111010100011101010101010010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95593F; }

 p { color: rgb(149,89,63); }

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

<style>
 a { background-color: #95593F; }

 a { background-color: rgb(149,89,63); }

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

<style>
 span { border-color: #95593F; }

 span { border-color: rgb(149,89,63); }

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