#948552

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

Shades of Clay Creek #948552

Tints of Clay Creek #948552

Color information

#948552 (or 0x948552) is unknown color: approx Clay Creek. HEX triplet: 94, 85 and 52. RGB value is (148,133,82). Sum of RGB (Red+Green+Blue) = 148+133+82=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #948552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948552 is #6B7AAD. Grayscale: #838383. Windows color (decimal): -7043758 or 5408148. OLE color: 5408148.

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

Color convert

RGB14813382-
CMYK00.100.450.42
HSL46.36º28.7%45.1%-
HSV(B)46.36º44.59%58.04%-
XYZ22.1223.6811.39-
YUV131.6799.97139.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=40.77%
G=36.64%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481338200.100.450.4246.3628.745.1
Hex9485520A2D2A2e1d2d
Octal2242051220125552563555
Binary100101001000010110100100101010110110101010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948552; }

 p { color: rgb(148,133,82); }

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

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

 a { background-color: rgb(148,133,82); }

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

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

 span { border-color: rgb(148,133,82); }

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