#925D39

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

Shades of Rope #925D39

Tints of Rope #925D39

Color information

#925D39 (or 0x925D39) is unknown color: approx Rope. HEX triplet: 92, 5D and 39. RGB value is (146,93,57). Sum of RGB (Red+Green+Blue) = 146+93+57=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #925D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D39 is #6DA2C6. Grayscale: #686868. Windows color (decimal): -7185095 or 3759506. OLE color: 3759506.

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

Color convert

RGB1469357-
CMYK00.360.610.43
HSL24.27º43.84%39.8%-
HSV(B)24.27º60.96%57.25%-
XYZ16.5114.245.75-
YUV104.74101.06157.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=49.32%
G=31.42%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146935700.360.610.4324.2743.8439.8
Hex925D390243D2B182c28
Octal222135710447553305450
Binary100100101011101111001010010011110110101111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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