#927F4E

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

Shades of Clay Creek #927F4E

Tints of Clay Creek #927F4E

Color information

#927F4E (or 0x927F4E) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 4E. RGB value is (146,127,78). Sum of RGB (Red+Green+Blue) = 146+127+78=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #927F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F4E is #6D80B1. Grayscale: #7F7F7F. Windows color (decimal): -7176370 or 5144466. OLE color: 5144466.

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

Color convert

RGB14612778-
CMYK00.130.470.43
HSL43.24º30.36%43.92%-
HSV(B)43.24º46.58%57.25%-
XYZ20.8221.8410.33-
YUV127.09100.29141.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=41.60%
G=36.18%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461277800.130.470.4343.2430.3643.92
Hex927F4E0D2F2B2b1e2c
Octal2221771160155753533654
Binary10010010111111110011100110110111110101110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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