#948C58

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

Shades of Clay Creek #948C58

Tints of Clay Creek #948C58

Color information

#948C58 (or 0x948C58) is unknown color: approx Clay Creek. HEX triplet: 94, 8C and 58. RGB value is (148,140,88). Sum of RGB (Red+Green+Blue) = 148+140+88=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #948C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C58 is #6B73A7. Grayscale: #888888. Windows color (decimal): -7041960 or 5803156. OLE color: 5803156.

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

Color convert

RGB14814088-
CMYK00.050.410.42
HSL52º25.42%46.27%-
HSV(B)52º40.54%58.04%-
XYZ23.3525.7612.97-
YUV136.46100.65136.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=39.36%
G=37.23%
B=23.40%

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
Decimal1481408800.050.410.425225.4246.27
Hex948C5805292A34192e
Octal224214130055152643156
Binary10010100100011001011000010110100110101011010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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