#928B52

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

Shades of Clay Creek #928B52

Tints of Clay Creek #928B52

Color information

#928B52 (or 0x928B52) is unknown color: approx Clay Creek. HEX triplet: 92, 8B and 52. RGB value is (146,139,82). Sum of RGB (Red+Green+Blue) = 146+139+82=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #928B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B52 is #6D74AD. Grayscale: #868686. Windows color (decimal): -7173294 or 5409682. OLE color: 5409682.

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

Color convert

RGB14613982-
CMYK00.050.440.43
HSL53.44º28.07%44.71%-
HSV(B)53.44º43.84%57.25%-
XYZ22.6125.1911.65-
YUV134.698.32136.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=39.78%
G=37.87%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461398200.050.440.4353.4428.0744.71
Hex928B52052C2B351c2d
Octal222213122055453653455
Binary10010010100010111010010010110110010101111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928B52; }

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

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

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

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

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

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

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

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