#928254

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

Shades of Clay Creek #928254

Tints of Clay Creek #928254

Color information

#928254 (or 0x928254) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 54. RGB value is (146,130,84). Sum of RGB (Red+Green+Blue) = 146+130+84=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #928254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928254 is #6D7DAB. Grayscale: #818181. Windows color (decimal): -7175596 or 5538450. OLE color: 5538450.

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

Color convert

RGB14613084-
CMYK00.110.420.43
HSL44.52º26.96%45.1%-
HSV(B)44.52º42.47%57.25%-
XYZ21.4422.7211.64-
YUV129.54102.3139.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=40.56%
G=36.11%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461308400.110.420.4344.5226.9645.1
Hex9282540B2A2B2d1b2d
Octal2222021240135253553355
Binary100100101000001010101000101110101010101110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928254; }

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

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

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

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

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

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

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

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