#927F58

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

Shades of Clay Creek #927F58

Tints of Clay Creek #927F58

Color information

#927F58 (or 0x927F58) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 58. RGB value is (146,127,88). Sum of RGB (Red+Green+Blue) = 146+127+88=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F58 is #6D80A7. Grayscale: #808080. Windows color (decimal): -7176360 or 5799826. OLE color: 5799826.

HSL color Cylindrical-coordinate representation of color #927F58: hue angle of 40.34º 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 #927F58 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14612788-
CMYK00.130.400.43
HSL40.34º24.79%45.88%-
HSV(B)40.34º39.73%57.25%-
XYZ21.221.9912.36-
YUV128.23105.29140.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=40.44%
G=35.18%
B=24.38%

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
Decimal1461278800.130.400.4340.3424.7945.88
Hex927F580D282B28192e
Octal2221771300155053503156
Binary10010010111111110110000110110100010101110100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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