#95583B

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

Shades of Rope #95583B

Tints of Rope #95583B

Color information

#95583B (or 0x95583B) is unknown color: approx Rope. HEX triplet: 95, 58 and 3B. RGB value is (149,88,59). Sum of RGB (Red+Green+Blue) = 149+88+59=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95583B is #6AA7C4. Grayscale: #676767. Windows color (decimal): -6989765 or 3889301. OLE color: 3889301.

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

Color convert

RGB1498859-
CMYK00.410.600.42
HSL19.33º43.27%40.78%-
HSV(B)19.33º60.4%58.43%-
XYZ16.6713.685.9-
YUV102.93103.21160.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=50.34%
G=29.73%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149885900.410.600.4219.3343.2740.78
Hex95583B0293C2A132b29
Octal225130730517452235351
Binary100101011011000111011010100111110010101010011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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