#95543A

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

Shades of Rope #95543A

Tints of Rope #95543A

Color information

#95543A (or 0x95543A) is unknown color: approx Rope. HEX triplet: 95, 54 and 3A. RGB value is (149,84,58). Sum of RGB (Red+Green+Blue) = 149+84+58=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95543A is #6AABC5. Grayscale: #646464. Windows color (decimal): -6990790 or 3822741. OLE color: 3822741.

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

Color convert

RGB1498458-
CMYK00.440.610.42
HSL17.14º43.96%40.59%-
HSV(B)17.14º61.07%58.43%-
XYZ16.3313.045.66-
YUV100.47104.03162.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=51.20%
G=28.87%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149845800.440.610.4217.1443.9640.59
Hex95543A02C3D2A112c29
Octal225124720547552215451
Binary100101011010100111010010110011110110101010001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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