#928453

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

Shades of Clay Creek #928453

Tints of Clay Creek #928453

Color information

#928453 (or 0x928453) is unknown color: approx Clay Creek. HEX triplet: 92, 84 and 53. RGB value is (146,132,83). Sum of RGB (Red+Green+Blue) = 146+132+83=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #928453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928453 is #6D7BAC. Grayscale: #828282. Windows color (decimal): -7175085 or 5473426. OLE color: 5473426.

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

Color convert

RGB14613283-
CMYK00.100.430.43
HSL46.67º27.51%44.9%-
HSV(B)46.67º43.15%57.25%-
XYZ21.6723.2411.53-
YUV130.6101.14138.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=40.44%
G=36.57%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461328300.100.430.4346.6727.5144.9
Hex9284530A2B2B2f1c2d
Octal2222041230125353573455
Binary100100101000010010100110101010101110101110111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928453; }

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

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

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

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

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

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

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

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