#927F5D

Color #927F5D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #927F5D

Tints of Clay Creek #927F5D

Color information

#927F5D (or 0x927F5D) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 5D. RGB value is (146,127,93). Sum of RGB (Red+Green+Blue) = 146+127+93=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #927F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F5D is #6D80A2. Grayscale: #808080. Windows color (decimal): -7176355 or 6127506. OLE color: 6127506.

HSL color Cylindrical-coordinate representation of color #927F5D: hue angle of 38.49º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927F5D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14612793-
CMYK00.130.360.43
HSL38.49º22.18%46.86%-
HSV(B)38.49º36.3%57.25%-
XYZ21.4222.0813.49-
YUV128.8107.79140.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=39.89%
G=34.70%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461279300.130.360.4338.4922.1846.86
Hex927F5D0D242B26162f
Octal2221771350154453462657
Binary10010010111111110111010110110010010101110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F5D; }

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

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

<style>
 a { background-color: #927F5D; }

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

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

<style>
 span { border-color: #927F5D; }

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

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