#925B39

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

Shades of Rope #925B39

Tints of Rope #925B39

Color information

#925B39 (or 0x925B39) is unknown color: approx Rope. HEX triplet: 92, 5B and 39. RGB value is (146,91,57). Sum of RGB (Red+Green+Blue) = 146+91+57=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #925B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B39 is #6DA4C6. Grayscale: #676767. Windows color (decimal): -7185607 or 3758994. OLE color: 3758994.

HSL color Cylindrical-coordinate representation of color #925B39: hue angle of 22.92º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925B39 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1469157-
CMYK00.380.610.43
HSL22.92º43.84%39.8%-
HSV(B)22.92º60.96%57.25%-
XYZ16.3313.895.69-
YUV103.57101.72158.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=49.66%
G=30.95%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146915700.380.610.4322.9243.8439.8
Hex925B390263D2B172c28
Octal222133710467553275450
Binary100100101011011111001010011011110110101110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B39; }

 p { color: rgb(146,91,57); }

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

<style>
 a { background-color: #925B39; }

 a { background-color: rgb(146,91,57); }

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

<style>
 span { border-color: #925B39; }

 span { border-color: rgb(146,91,57); }

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