#928250

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

Shades of Clay Creek #928250

Tints of Clay Creek #928250

Color information

#928250 (or 0x928250) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 50. RGB value is (146,130,80). Sum of RGB (Red+Green+Blue) = 146+130+80=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #928250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928250 is #6D7DAF. Grayscale: #818181. Windows color (decimal): -7175600 or 5276306. OLE color: 5276306.

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

Color convert

RGB14613080-
CMYK00.110.450.43
HSL45.45º29.2%44.31%-
HSV(B)45.45º45.21%57.25%-
XYZ21.2822.6610.84-
YUV129.08100.3140.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=41.01%
G=36.52%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461308000.110.450.4345.4529.244.31
Hex9282500B2D2B2d1d2c
Octal2222021200135553553554
Binary100100101000001010100000101110110110101110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928250; }

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

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

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

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

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

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

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

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