#938C58

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

Shades of Clay Creek #938C58

Tints of Clay Creek #938C58

Color information

#938C58 (or 0x938C58) is unknown color: approx Clay Creek. HEX triplet: 93, 8C and 58. RGB value is (147,140,88). Sum of RGB (Red+Green+Blue) = 147+140+88=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C58 is #6C73A7. Grayscale: #888888. Windows color (decimal): -7107496 or 5803155. OLE color: 5803155.

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

Color convert

RGB14714088-
CMYK00.050.400.42
HSL52.88º25.11%46.08%-
HSV(B)52.88º40.14%57.65%-
XYZ23.1725.6612.96-
YUV136.16100.82135.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=39.2%
G=37.33%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471408800.050.400.4252.8825.1146.08
Hex938C5805282A35192e
Octal223214130055052653156
Binary10010011100011001011000010110100010101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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