#948258

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

Shades of Clay Creek #948258

Tints of Clay Creek #948258

Color information

#948258 (or 0x948258) is unknown color: approx Clay Creek. HEX triplet: 94, 82 and 58. RGB value is (148,130,88). Sum of RGB (Red+Green+Blue) = 148+130+88=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948258 is #6B7DA7. Grayscale: #828282. Windows color (decimal): -7044520 or 5800596. OLE color: 5800596.

HSL color Cylindrical-coordinate representation of color #948258: hue angle of 42º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948258 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14813088-
CMYK00.120.410.42
HSL42º25.42%46.27%-
HSV(B)42º40.54%58.04%-
XYZ21.9622.9712.51-
YUV130.59103.96140.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=40.44%
G=35.52%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481308800.120.410.424225.4246.27
Hex9482580C292A2a192e
Octal2242021300145152523156
Binary100101001000001010110000110010100110101010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948258; }

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

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

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

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

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

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

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

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