#927F57

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

Shades of Clay Creek #927F57

Tints of Clay Creek #927F57

Color information

#927F57 (or 0x927F57) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 57. RGB value is (146,127,87). Sum of RGB (Red+Green+Blue) = 146+127+87=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #927F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F57 is #6D80A8. Grayscale: #808080. Windows color (decimal): -7176361 or 5734290. OLE color: 5734290.

HSL color Cylindrical-coordinate representation of color #927F57: hue angle of 40.68º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927F57 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14612787-
CMYK00.130.400.43
HSL40.68º25.32%45.69%-
HSV(B)40.68º40.41%57.25%-
XYZ21.1621.9812.14-
YUV128.12104.79140.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=40.56%
G=35.28%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461278700.130.400.4340.6825.3245.69
Hex927F570D282B29192e
Octal2221771270155053513156
Binary10010010111111110101110110110100010101110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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