#928454

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

Shades of Clay Creek #928454

Tints of Clay Creek #928454

Color information

#928454 (or 0x928454) is unknown color: approx Clay Creek. HEX triplet: 92, 84 and 54. RGB value is (146,132,84). Sum of RGB (Red+Green+Blue) = 146+132+84=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #928454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928454 is #6D7BAB. Grayscale: #828282. Windows color (decimal): -7175084 or 5538962. OLE color: 5538962.

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

Color convert

RGB14613284-
CMYK00.100.420.43
HSL46.45º26.96%45.1%-
HSV(B)46.45º42.47%57.25%-
XYZ21.7123.2511.73-
YUV130.71101.64138.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=40.33%
G=36.46%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461328400.100.420.4346.4526.9645.1
Hex9284540A2A2B2e1b2d
Octal2222041240125253563355
Binary100100101000010010101000101010101010101110111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928454; }

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

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

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

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

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

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

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

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