#925B42

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

Shades of Rope #925B42

Tints of Rope #925B42

Color information

#925B42 (or 0x925B42) is unknown color: approx Rope. HEX triplet: 92, 5B and 42. RGB value is (146,91,66). Sum of RGB (Red+Green+Blue) = 146+91+66=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #925B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B42 is #6DA4BD. Grayscale: #686868. Windows color (decimal): -7185598 or 4348818. OLE color: 4348818.

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

Color convert

RGB1469166-
CMYK00.380.550.43
HSL18.75º37.74%41.57%-
HSV(B)18.75º54.79%57.25%-
XYZ16.5813.996.98-
YUV104.6106.22157.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=48.18%
G=30.03%
B=21.78%

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
Decimal146916600.380.550.4318.7537.7441.57
Hex925B42026372B13262a
Octal2221331020466753234652
Binary1001001010110111000010010011011011110101110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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