#948050

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

Shades of Clay Creek #948050

Tints of Clay Creek #948050

Color information

#948050 (or 0x948050) is unknown color: approx Clay Creek. HEX triplet: 94, 80 and 50. RGB value is (148,128,80). Sum of RGB (Red+Green+Blue) = 148+128+80=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #948050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948050 is #6B7FAF. Grayscale: #808080. Windows color (decimal): -7045040 or 5275796. OLE color: 5275796.

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

Color convert

RGB14812880-
CMYK00.140.460.42
HSL42.35º29.82%44.71%-
HSV(B)42.35º45.95%58.04%-
XYZ21.3822.3110.77-
YUV128.51100.63141.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=41.57%
G=35.96%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481288000.140.460.4242.3529.8244.71
Hex9480500E2E2A2a1e2d
Octal2242001200165652523655
Binary100101001000000010100000111010111010101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948050; }

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

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

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

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

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

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

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

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