#95573C

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

Shades of Rope #95573C

Tints of Rope #95573C

Color information

#95573C (or 0x95573C) is unknown color: approx Rope. HEX triplet: 95, 57 and 3C. RGB value is (149,87,60). Sum of RGB (Red+Green+Blue) = 149+87+60=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95573C is #6AA8C3. Grayscale: #666666. Windows color (decimal): -6990020 or 3954581. OLE color: 3954581.

HSL color Cylindrical-coordinate representation of color #95573C: hue angle of 18.2º 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 #95573C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1498760-
CMYK00.420.600.42
HSL18.2º42.58%40.98%-
HSV(B)18.2º59.73%58.43%-
XYZ16.6213.536.01-
YUV102.46104.04161.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=50.34%
G=29.39%
B=20.27%

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
Decimal149876000.420.600.4218.242.5840.98
Hex95573C02A3C2A122b29
Octal225127740527452225351
Binary100101011010111111100010101011110010101010010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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