#928047

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

Shades of Clay Creek #928047

Tints of Clay Creek #928047

Color information

#928047 (or 0x928047) is unknown color: approx Clay Creek. HEX triplet: 92, 80 and 47. RGB value is (146,128,71). Sum of RGB (Red+Green+Blue) = 146+128+71=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #928047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928047 is #6D7FB8. Grayscale: #7F7F7F. Windows color (decimal): -7176121 or 4685970. OLE color: 4685970.

HSL color Cylindrical-coordinate representation of color #928047: hue angle of 45.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #928047 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14612871-
CMYK00.120.510.43
HSL45.6º34.56%42.55%-
HSV(B)45.6º51.37%57.25%-
XYZ20.71229.12-
YUV126.8896.46141.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=42.32%
G=37.10%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461287100.120.510.4345.634.5642.55
Hex9280470C332B2e232b
Octal2222001070146353564353
Binary1001001010000000100011101100110011101011101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928047; }

 p { color: rgb(146,128,71); }

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

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

 a { background-color: rgb(146,128,71); }

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

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

 span { border-color: rgb(146,128,71); }

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