#925D3C

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

Shades of Rope #925D3C

Tints of Rope #925D3C

Color information

#925D3C (or 0x925D3C) is unknown color: approx Rope. HEX triplet: 92, 5D and 3C. RGB value is (146,93,60). Sum of RGB (Red+Green+Blue) = 146+93+60=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #925D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D3C is #6DA2C3. Grayscale: #696969. Windows color (decimal): -7185092 or 3956114. OLE color: 3956114.

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

Color convert

RGB1469360-
CMYK00.360.590.43
HSL23.02º41.75%40.39%-
HSV(B)23.02º58.9%57.25%-
XYZ16.5814.276.15-
YUV105.08102.56157.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=48.83%
G=31.10%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146936000.360.590.4323.0241.7540.39
Hex925D3C0243B2B172a28
Octal222135740447353275250
Binary100100101011101111100010010011101110101110111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,60); }

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

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

 a { background-color: rgb(146,93,60); }

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

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

 span { border-color: rgb(146,93,60); }

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