#938149

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

Shades of Clay Creek #938149

Tints of Clay Creek #938149

Color information

#938149 (or 0x938149) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 49. RGB value is (147,129,73). Sum of RGB (Red+Green+Blue) = 147+129+73=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #938149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938149 is #6C7EB6. Grayscale: #808080. Windows color (decimal): -7110327 or 4817299. OLE color: 4817299.

HSL color Cylindrical-coordinate representation of color #938149: hue angle of 45.41º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #938149 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14712973-
CMYK00.120.500.42
HSL45.41º33.64%43.14%-
HSV(B)45.41º50.34%57.65%-
XYZ21.0922.389.51-
YUV12896.96141.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=42.12%
G=36.96%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471297300.120.500.4245.4133.6443.14
Hex9381490C322A2d222b
Octal2232011110146252554253
Binary1001001110000001100100101100110010101010101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938149; }

 p { color: rgb(147,129,73); }

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

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

 a { background-color: rgb(147,129,73); }

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

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

 span { border-color: rgb(147,129,73); }

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