#925B40

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

Shades of Rope #925B40

Tints of Rope #925B40

Color information

#925B40 (or 0x925B40) is unknown color: approx Rope. HEX triplet: 92, 5B and 40. RGB value is (146,91,64). Sum of RGB (Red+Green+Blue) = 146+91+64=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #925B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B40 is #6DA4BF. Grayscale: #686868. Windows color (decimal): -7185600 or 4217746. OLE color: 4217746.

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

Color convert

RGB1469164-
CMYK00.380.560.43
HSL19.76º39.05%41.18%-
HSV(B)19.76º56.16%57.25%-
XYZ16.5213.966.67-
YUV104.37105.22157.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=48.50%
G=30.23%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146916400.380.560.4319.7639.0541.18
Hex925B40026382B142729
Octal2221331000467053244751
Binary1001001010110111000000010011011100010101110100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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