#95563C

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

Shades of Rope #95563C

Tints of Rope #95563C

Color information

#95563C (or 0x95563C) is unknown color: approx Rope. HEX triplet: 95, 56 and 3C. RGB value is (149,86,60). Sum of RGB (Red+Green+Blue) = 149+86+60=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95563C is #6AA9C3. Grayscale: #666666. Windows color (decimal): -6990276 or 3954325. OLE color: 3954325.

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

Color convert

RGB1498660-
CMYK00.420.600.42
HSL17.53º42.58%40.98%-
HSV(B)17.53º59.73%58.43%-
XYZ16.5413.375.98-
YUV101.87104.37161.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=50.51%
G=29.15%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149866000.420.600.4217.5342.5840.98
Hex95563C02A3C2A122b29
Octal225126740527452225351
Binary100101011010110111100010101011110010101010010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95563C; }

 p { color: rgb(149,86,60); }

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

<style>
 a { background-color: #95563C; }

 a { background-color: rgb(149,86,60); }

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

<style>
 span { border-color: #95563C; }

 span { border-color: rgb(149,86,60); }

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