#948A58

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

Shades of Clay Creek #948A58

Tints of Clay Creek #948A58

Color information

#948A58 (or 0x948A58) is unknown color: approx Clay Creek. HEX triplet: 94, 8A and 58. RGB value is (148,138,88). Sum of RGB (Red+Green+Blue) = 148+138+88=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A58 is #6B75A7. Grayscale: #878787. Windows color (decimal): -7042472 or 5802644. OLE color: 5802644.

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

Color convert

RGB14813888-
CMYK00.070.410.42
HSL50º25.42%46.27%-
HSV(B)50º40.54%58.04%-
XYZ23.0625.1812.88-
YUV135.29101.31137.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=39.57%
G=36.90%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481388800.070.410.425025.4246.27
Hex948A5807292A32192e
Octal224212130075152623156
Binary10010100100010101011000011110100110101011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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