#948148

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

Shades of Clay Creek #948148

Tints of Clay Creek #948148

Color information

#948148 (or 0x948148) is unknown color: approx Clay Creek. HEX triplet: 94, 81 and 48. RGB value is (148,129,72). Sum of RGB (Red+Green+Blue) = 148+129+72=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #948148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948148 is #6B7EB7. Grayscale: #808080. Windows color (decimal): -7044792 or 4751764. OLE color: 4751764.

HSL color Cylindrical-coordinate representation of color #948148: hue angle of 45º degrees, saturation: 0.35, 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 #948148 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14812972-
CMYK00.130.510.42
HSL45º34.55%43.14%-
HSV(B)45º51.35%58.04%-
XYZ21.2322.469.35-
YUV128.1896.29142.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=42.41%
G=36.96%
B=20.63%

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
Decimal1481297200.130.510.424534.5543.14
Hex9481480D332A2d232b
Octal2242011100156352554353
Binary1001010010000001100100001101110011101010101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948148; }

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

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

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

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

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

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

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

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