#925E41

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

Shades of Rope #925E41

Tints of Rope #925E41

Color information

#925E41 (or 0x925E41) is unknown color: approx Rope. HEX triplet: 92, 5E and 41. RGB value is (146,94,65). Sum of RGB (Red+Green+Blue) = 146+94+65=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #925E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E41 is #6DA1BE. Grayscale: #6A6A6A. Windows color (decimal): -7184831 or 4284050. OLE color: 4284050.

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

Color convert

RGB1469465-
CMYK00.360.550.43
HSL21.48º38.39%41.37%-
HSV(B)21.48º55.48%57.25%-
XYZ16.8114.56.91-
YUV106.24104.73156.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=47.87%
G=30.82%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146946500.360.550.4321.4838.3941.37
Hex925E41024372B152629
Octal2221361010446753254651
Binary1001001010111101000001010010011011110101110101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,65); }

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

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

 a { background-color: rgb(146,94,65); }

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

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

 span { border-color: rgb(146,94,65); }

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