#928353

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

Shades of Clay Creek #928353

Tints of Clay Creek #928353

Color information

#928353 (or 0x928353) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 53. RGB value is (146,131,83). Sum of RGB (Red+Green+Blue) = 146+131+83=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #928353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928353 is #6D7CAC. Grayscale: #828282. Windows color (decimal): -7175341 or 5473170. OLE color: 5473170.

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

Color convert

RGB14613183-
CMYK00.100.430.43
HSL45.71º27.51%44.9%-
HSV(B)45.71º43.15%57.25%-
XYZ21.5322.9711.48-
YUV130.01101.47139.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=40.56%
G=36.39%
B=23.06%

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
Decimal1461318300.100.430.4345.7127.5144.9
Hex9283530A2B2B2e1c2d
Octal2222031230125353563455
Binary100100101000001110100110101010101110101110111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928353; }

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

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

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

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

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

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

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

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