#928248

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

Shades of Clay Creek #928248

Tints of Clay Creek #928248

Color information

#928248 (or 0x928248) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 48. RGB value is (146,130,72). Sum of RGB (Red+Green+Blue) = 146+130+72=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #928248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928248 is #6D7DB7. Grayscale: #808080. Windows color (decimal): -7175608 or 4752018. OLE color: 4752018.

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

Color convert

RGB14613072-
CMYK00.110.510.43
HSL47.03º33.94%42.75%-
HSV(B)47.03º50.68%57.25%-
XYZ21.0122.549.38-
YUV128.1796.3140.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=41.95%
G=37.36%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461307200.110.510.4347.0333.9442.75
Hex9282480B332B2f222b
Octal2222021100136353574253
Binary1001001010000010100100001011110011101011101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928248; }

 p { color: rgb(146,130,72); }

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

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

 a { background-color: rgb(146,130,72); }

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

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

 span { border-color: rgb(146,130,72); }

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