#928350

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

Shades of Clay Creek #928350

Tints of Clay Creek #928350

Color information

#928350 (or 0x928350) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 50. RGB value is (146,131,80). Sum of RGB (Red+Green+Blue) = 146+131+80=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #928350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928350 is #6D7CAF. Grayscale: #818181. Windows color (decimal): -7175344 or 5276562. OLE color: 5276562.

HSL color Cylindrical-coordinate representation of color #928350: hue angle of 46.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928350 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14613180-
CMYK00.100.450.43
HSL46.36º29.2%44.31%-
HSV(B)46.36º45.21%57.25%-
XYZ21.4222.9210.89-
YUV129.6799.97139.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=40.90%
G=36.69%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461318000.100.450.4346.3629.244.31
Hex9283500A2D2B2e1d2c
Octal2222031200125553563554
Binary100100101000001110100000101010110110101110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928350; }

 p { color: rgb(146,131,80); }

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

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

 a { background-color: rgb(146,131,80); }

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

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

 span { border-color: rgb(146,131,80); }

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