#955B3A

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

Shades of Rope #955B3A

Tints of Rope #955B3A

Color information

#955B3A (or 0x955B3A) is unknown color: approx Rope. HEX triplet: 95, 5B and 3A. RGB value is (149,91,58). Sum of RGB (Red+Green+Blue) = 149+91+58=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B3A is #6AA4C5. Grayscale: #686868. Windows color (decimal): -6988998 or 3824533. OLE color: 3824533.

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

Color convert

RGB1499158-
CMYK00.390.610.42
HSL21.76º43.96%40.59%-
HSV(B)21.76º61.07%58.43%-
XYZ16.914.185.85-
YUV104.58101.72159.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=50%
G=30.54%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149915800.390.610.4221.7643.9640.59
Hex955B3A0273D2A162c29
Octal225133720477552265451
Binary100101011011011111010010011111110110101010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B3A; }

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

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

<style>
 a { background-color: #955B3A; }

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

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

<style>
 span { border-color: #955B3A; }

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

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