#928352

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

Shades of Clay Creek #928352

Tints of Clay Creek #928352

Color information

#928352 (or 0x928352) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 52. RGB value is (146,131,82). Sum of RGB (Red+Green+Blue) = 146+131+82=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #928352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928352 is #6D7CAD. Grayscale: #828282. Windows color (decimal): -7175342 or 5407634. OLE color: 5407634.

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

Color convert

RGB14613182-
CMYK00.100.440.43
HSL45.94º28.07%44.71%-
HSV(B)45.94º43.84%57.25%-
XYZ21.4922.9511.28-
YUV129.9100.97139.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=40.67%
G=36.49%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461318200.100.440.4345.9428.0744.71
Hex9283520A2C2B2e1c2d
Octal2222031220125453563455
Binary100100101000001110100100101010110010101110111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928352; }

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

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

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

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

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

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

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

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