#925B38

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

Shades of Rope #925B38

Tints of Rope #925B38

Color information

#925B38 (or 0x925B38) is unknown color: approx Rope. HEX triplet: 92, 5B and 38. RGB value is (146,91,56). Sum of RGB (Red+Green+Blue) = 146+91+56=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #925B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B38 is #6DA4C7. Grayscale: #676767. Windows color (decimal): -7185608 or 3693458. OLE color: 3693458.

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

Color convert

RGB1469156-
CMYK00.380.620.43
HSL23.33º44.55%39.61%-
HSV(B)23.33º61.64%57.25%-
XYZ16.3113.885.56-
YUV103.46101.22158.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=49.83%
G=31.06%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146915600.380.620.4323.3344.5539.61
Hex925B380263E2B172d28
Octal222133700467653275550
Binary100100101011011111000010011011111010101110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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