#95563A

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

Shades of Rope #95563A

Tints of Rope #95563A

Color information

#95563A (or 0x95563A) is unknown color: approx Rope. HEX triplet: 95, 56 and 3A. RGB value is (149,86,58). Sum of RGB (Red+Green+Blue) = 149+86+58=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95563A is #6AA9C5. Grayscale: #656565. Windows color (decimal): -6990278 or 3823253. OLE color: 3823253.

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

Color convert

RGB1498658-
CMYK00.420.610.42
HSL18.46º43.96%40.59%-
HSV(B)18.46º61.07%58.43%-
XYZ16.4913.355.71-
YUV101.64103.37161.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=50.85%
G=29.35%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149865800.420.610.4218.4643.9640.59
Hex95563A02A3D2A122c29
Octal225126720527552225451
Binary100101011010110111010010101011110110101010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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