#928050

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

Shades of Clay Creek #928050

Tints of Clay Creek #928050

Color information

#928050 (or 0x928050) is unknown color: approx Clay Creek. HEX triplet: 92, 80 and 50. RGB value is (146,128,80). Sum of RGB (Red+Green+Blue) = 146+128+80=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #928050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928050 is #6D7FAF. Grayscale: #808080. Windows color (decimal): -7176112 or 5275794. OLE color: 5275794.

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

Color convert

RGB14612880-
CMYK00.120.450.43
HSL43.64º29.2%44.31%-
HSV(B)43.64º45.21%57.25%-
XYZ21.0222.1310.75-
YUV127.91100.96140.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=41.24%
G=36.16%
B=22.60%

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
Decimal1461288000.120.450.4343.6429.244.31
Hex9280500C2D2B2c1d2c
Octal2222001200145553543554
Binary100100101000000010100000110010110110101110110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928050; }

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

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

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

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

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

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

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

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