#95583A

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

Shades of Rope #95583A

Tints of Rope #95583A

Color information

#95583A (or 0x95583A) is unknown color: approx Rope. HEX triplet: 95, 58 and 3A. RGB value is (149,88,58). Sum of RGB (Red+Green+Blue) = 149+88+58=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95583A is #6AA7C5. Grayscale: #666666. Windows color (decimal): -6989766 or 3823765. OLE color: 3823765.

HSL color Cylindrical-coordinate representation of color #95583A: hue angle of 19.78º 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 #95583A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1498858-
CMYK00.410.610.42
HSL19.78º43.96%40.59%-
HSV(B)19.78º61.07%58.43%-
XYZ16.6513.675.76-
YUV102.82102.71160.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=50.51%
G=29.83%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149885800.410.610.4219.7843.9640.59
Hex95583A0293D2A142c29
Octal225130720517552245451
Binary100101011011000111010010100111110110101010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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