#948250

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

Shades of Clay Creek #948250

Tints of Clay Creek #948250

Color information

#948250 (or 0x948250) is unknown color: approx Clay Creek. HEX triplet: 94, 82 and 50. RGB value is (148,130,80). Sum of RGB (Red+Green+Blue) = 148+130+80=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #948250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948250 is #6B7DAF. Grayscale: #818181. Windows color (decimal): -7044528 or 5276308. OLE color: 5276308.

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

Color convert

RGB14813080-
CMYK00.120.460.42
HSL44.12º29.82%44.71%-
HSV(B)44.12º45.95%58.04%-
XYZ21.6422.8410.86-
YUV129.6899.96141.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=41.34%
G=36.31%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481308000.120.460.4244.1229.8244.71
Hex9482500C2E2A2c1e2d
Octal2242021200145652543655
Binary100101001000001010100000110010111010101010110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948250; }

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

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

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

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

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

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

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

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