#948D58

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

Shades of Clay Creek #948D58

Tints of Clay Creek #948D58

Color information

#948D58 (or 0x948D58) is unknown color: approx Clay Creek. HEX triplet: 94, 8D and 58. RGB value is (148,141,88). Sum of RGB (Red+Green+Blue) = 148+141+88=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D58 is #6B72A7. Grayscale: #898989. Windows color (decimal): -7041704 or 5803412. OLE color: 5803412.

HSL color Cylindrical-coordinate representation of color #948D58: hue angle of 53º 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 #948D58 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14814188-
CMYK00.050.410.42
HSL53º25.42%46.27%-
HSV(B)53º40.54%58.04%-
XYZ23.526.0513.02-
YUV137.05100.32135.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=39.26%
G=37.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481418800.050.410.425325.4246.27
Hex948D5805292A35192e
Octal224215130055152653156
Binary10010100100011011011000010110100110101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D58; }

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

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

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

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

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

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

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

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