#95553A

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

Shades of Rope #95553A

Tints of Rope #95553A

Color information

#95553A (or 0x95553A) is unknown color: approx Rope. HEX triplet: 95, 55 and 3A. RGB value is (149,85,58). Sum of RGB (Red+Green+Blue) = 149+85+58=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95553A is #6AAAC5. Grayscale: #656565. Windows color (decimal): -6990534 or 3822997. OLE color: 3822997.

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

Color convert

RGB1498558-
CMYK00.430.610.42
HSL17.8º43.96%40.59%-
HSV(B)17.8º61.07%58.43%-
XYZ16.4113.195.68-
YUV101.06103.7162.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=51.03%
G=29.11%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149855800.430.610.4217.843.9640.59
Hex95553A02B3D2A122c29
Octal225125720537552225451
Binary100101011010101111010010101111110110101010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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