#927D4E

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

Shades of Clay Creek #927D4E

Tints of Clay Creek #927D4E

Color information

#927D4E (or 0x927D4E) is unknown color: approx Clay Creek. HEX triplet: 92, 7D and 4E. RGB value is (146,125,78). Sum of RGB (Red+Green+Blue) = 146+125+78=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D4E is #6D82B1. Grayscale: #7E7E7E. Windows color (decimal): -7176882 or 5143954. OLE color: 5143954.

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

Color convert

RGB14612578-
CMYK00.140.470.43
HSL41.47º30.36%43.92%-
HSV(B)41.47º46.58%57.25%-
XYZ20.5621.3310.24-
YUV125.92100.96142.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=41.83%
G=35.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461257800.140.470.4341.4730.3643.92
Hex927D4E0E2F2B291e2c
Octal2221751160165753513654
Binary10010010111110110011100111010111110101110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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