#938C54

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

Shades of Clay Creek #938C54

Tints of Clay Creek #938C54

Color information

#938C54 (or 0x938C54) is unknown color: approx Clay Creek. HEX triplet: 93, 8C and 54. RGB value is (147,140,84). Sum of RGB (Red+Green+Blue) = 147+140+84=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #938C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C54 is #6C73AB. Grayscale: #878787. Windows color (decimal): -7107500 or 5541011. OLE color: 5541011.

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

Color convert

RGB14714084-
CMYK00.050.430.42
HSL53.33º27.27%45.29%-
HSV(B)53.33º42.86%57.65%-
XYZ23.0125.612.12-
YUV135.7198.82136.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=39.62%
G=37.74%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471408400.050.430.4253.3327.2745.29
Hex938C54052B2A351b2d
Octal223214124055352653355
Binary10010011100011001010100010110101110101011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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