#95523B

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

Shades of Rope #95523B

Tints of Rope #95523B

Color information

#95523B (or 0x95523B) is unknown color: approx Rope. HEX triplet: 95, 52 and 3B. RGB value is (149,82,59). Sum of RGB (Red+Green+Blue) = 149+82+59=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95523B is #6AADC4. Grayscale: #636363. Windows color (decimal): -6991301 or 3887765. OLE color: 3887765.

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

Color convert

RGB1498259-
CMYK00.450.600.42
HSL15.33º43.27%40.78%-
HSV(B)15.33º60.4%58.43%-
XYZ16.212.745.74-
YUV99.41105.2163.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=51.38%
G=28.28%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149825900.450.600.4215.3343.2740.78
Hex95523B02D3C2Af2b29
Octal225122730557452175351
Binary10010101101001011101101011011111001010101111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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