#925A41

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

Shades of Rope #925A41

Tints of Rope #925A41

Color information

#925A41 (or 0x925A41) is unknown color: approx Rope. HEX triplet: 92, 5A and 41. RGB value is (146,90,65). Sum of RGB (Red+Green+Blue) = 146+90+65=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #925A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A41 is #6DA5BE. Grayscale: #686868. Windows color (decimal): -7185855 or 4283026. OLE color: 4283026.

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

Color convert

RGB1469065-
CMYK00.380.550.43
HSL18.52º38.39%41.37%-
HSV(B)18.52º55.48%57.25%-
XYZ16.4613.86.8-
YUV103.89106.05158.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=48.50%
G=29.90%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146906500.380.550.4318.5238.3941.37
Hex925A41026372B132629
Octal2221321010466753234651
Binary1001001010110101000001010011011011110101110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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