#928150

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

Shades of Clay Creek #928150

Tints of Clay Creek #928150

Color information

#928150 (or 0x928150) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 50. RGB value is (146,129,80). Sum of RGB (Red+Green+Blue) = 146+129+80=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #928150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928150 is #6D7EAF. Grayscale: #808080. Windows color (decimal): -7175856 or 5276050. OLE color: 5276050.

HSL color Cylindrical-coordinate representation of color #928150: hue angle of 44.55º 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 #928150 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14612980-
CMYK00.120.450.43
HSL44.55º29.2%44.31%-
HSV(B)44.55º45.21%57.25%-
XYZ21.1522.3910.8-
YUV128.5100.63140.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=41.13%
G=36.34%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461298000.120.450.4344.5529.244.31
Hex9281500C2D2B2d1d2c
Octal2222011200145553553554
Binary100100101000000110100000110010110110101110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928150; }

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

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

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

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

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

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

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

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