#948550

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

Shades of Clay Creek #948550

Tints of Clay Creek #948550

Color information

#948550 (or 0x948550) is unknown color: approx Clay Creek. HEX triplet: 94, 85 and 50. RGB value is (148,133,80). Sum of RGB (Red+Green+Blue) = 148+133+80=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #948550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948550 is #6B7AAF. Grayscale: #838383. Windows color (decimal): -7043760 or 5277076. OLE color: 5277076.

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

Color convert

RGB14813380-
CMYK00.100.460.42
HSL46.76º29.82%44.71%-
HSV(B)46.76º45.95%58.04%-
XYZ22.0523.6510.99-
YUV131.4498.97139.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=41.00%
G=36.84%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481338000.100.460.4246.7629.8244.71
Hex9485500A2E2A2f1e2d
Octal2242051200125652573655
Binary100101001000010110100000101010111010101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948550; }

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

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

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

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

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

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

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

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