#948149

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

Shades of Clay Creek #948149

Tints of Clay Creek #948149

Color information

#948149 (or 0x948149) is unknown color: approx Clay Creek. HEX triplet: 94, 81 and 49. RGB value is (148,129,73). Sum of RGB (Red+Green+Blue) = 148+129+73=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #948149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948149 is #6B7EB6. Grayscale: #808080. Windows color (decimal): -7044791 or 4817300. OLE color: 4817300.

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

Color convert

RGB14812973-
CMYK00.130.510.42
HSL44.8º33.94%43.33%-
HSV(B)44.8º50.68%58.04%-
XYZ21.2722.489.52-
YUV128.396.79142.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=42.29%
G=36.86%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481297300.130.510.4244.833.9443.33
Hex9481490D332A2d222b
Octal2242011110156352554253
Binary1001010010000001100100101101110011101010101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948149; }

 p { color: rgb(148,129,73); }

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

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

 a { background-color: rgb(148,129,73); }

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

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

 span { border-color: rgb(148,129,73); }

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