#925F41

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

Shades of Rope #925F41

Tints of Rope #925F41

Color information

#925F41 (or 0x925F41) is unknown color: approx Rope. HEX triplet: 92, 5F and 41. RGB value is (146,95,65). Sum of RGB (Red+Green+Blue) = 146+95+65=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #925F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F41 is #6DA0BE. Grayscale: #6B6B6B. Windows color (decimal): -7184575 or 4284306. OLE color: 4284306.

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

Color convert

RGB1469565-
CMYK00.350.550.43
HSL22.22º38.39%41.37%-
HSV(B)22.22º55.48%57.25%-
XYZ16.914.686.94-
YUV106.83104.4155.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=47.71%
G=31.05%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146956500.350.550.4322.2238.3941.37
Hex925F41023372B162629
Octal2221371010436753264651
Binary1001001010111111000001010001111011110101110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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