#925E3A

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

Shades of Rope #925E3A

Tints of Rope #925E3A

Color information

#925E3A (or 0x925E3A) is unknown color: approx Rope. HEX triplet: 92, 5E and 3A. RGB value is (146,94,58). Sum of RGB (Red+Green+Blue) = 146+94+58=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #925E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E3A is #6DA1C5. Grayscale: #696969. Windows color (decimal): -7184838 or 3825298. OLE color: 3825298.

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

Color convert

RGB1469458-
CMYK00.360.600.43
HSL24.55º43.14%40%-
HSV(B)24.55º60.27%57.25%-
XYZ16.6214.425.91-
YUV105.44101.23156.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=48.99%
G=31.54%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146945800.360.600.4324.5543.1440
Hex925E3A0243C2B192b28
Octal222136720447453315350
Binary100100101011110111010010010011110010101111001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,58); }

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

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

 a { background-color: rgb(146,94,58); }

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

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

 span { border-color: rgb(146,94,58); }

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