#948950

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

Shades of Clay Creek #948950

Tints of Clay Creek #948950

Color information

#948950 (or 0x948950) is unknown color: approx Clay Creek. HEX triplet: 94, 89 and 50. RGB value is (148,137,80). Sum of RGB (Red+Green+Blue) = 148+137+80=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948950 is #6B76AF. Grayscale: #868686. Windows color (decimal): -7042736 or 5278100. OLE color: 5278100.

HSL color Cylindrical-coordinate representation of color #948950: hue angle of 50.29º 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 #948950 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14813780-
CMYK00.070.460.42
HSL50.29º29.82%44.71%-
HSV(B)50.29º45.95%58.04%-
XYZ22.6124.7711.18-
YUV133.7997.64138.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=40.55%
G=37.53%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481378000.070.460.4250.2929.8244.71
Hex948950072E2A321e2d
Octal224211120075652623655
Binary10010100100010011010000011110111010101011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948950; }

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

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

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

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

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

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

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

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