#938A59

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

Shades of Clay Creek #938A59

Tints of Clay Creek #938A59

Color information

#938A59 (or 0x938A59) is unknown color: approx Clay Creek. HEX triplet: 93, 8A and 59. RGB value is (147,138,89). Sum of RGB (Red+Green+Blue) = 147+138+89=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #938A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A59 is #6C75A6. Grayscale: #878787. Windows color (decimal): -7108007 or 5868179. OLE color: 5868179.

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

Color convert

RGB14713889-
CMYK00.060.390.42
HSL50.69º24.58%46.27%-
HSV(B)50.69º39.46%57.65%-
XYZ22.9225.113.09-
YUV135.11101.98136.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=39.30%
G=36.90%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471388900.060.390.4250.6924.5846.27
Hex938A5906272A33192e
Octal223212131064752633156
Binary10010011100010101011001011010011110101011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,89); }

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

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

 a { background-color: rgb(147,138,89); }

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

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

 span { border-color: rgb(147,138,89); }

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