#938E54

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

Shades of Clay Creek #938E54

Tints of Clay Creek #938E54

Color information

#938E54 (or 0x938E54) is unknown color: approx Clay Creek. HEX triplet: 93, 8E and 54. RGB value is (147,142,84). Sum of RGB (Red+Green+Blue) = 147+142+84=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #938E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E54 is #6C71AB. Grayscale: #898989. Windows color (decimal): -7106988 or 5541523. OLE color: 5541523.

HSL color Cylindrical-coordinate representation of color #938E54: hue angle of 55.24º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938E54 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14714284-
CMYK00.030.430.42
HSL55.24º27.27%45.29%-
HSV(B)55.24º42.86%57.65%-
XYZ23.3126.1912.21-
YUV136.8898.16135.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=39.41%
G=38.07%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471428400.030.430.4255.2427.2745.29
Hex938E54032B2A371b2d
Octal223216124035352673355
Binary1001001110001110101010001110101110101011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,84); }

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

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

 a { background-color: rgb(147,142,84); }

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

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

 span { border-color: rgb(147,142,84); }

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