#938048

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

Shades of Clay Creek #938048

Tints of Clay Creek #938048

Color information

#938048 (or 0x938048) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 48. RGB value is (147,128,72). Sum of RGB (Red+Green+Blue) = 147+128+72=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #938048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938048 is #6C7FB7. Grayscale: #7F7F7F. Windows color (decimal): -7110584 or 4751507. OLE color: 4751507.

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

Color convert

RGB14712872-
CMYK00.130.510.42
HSL44.8º34.25%42.94%-
HSV(B)44.8º51.02%57.65%-
XYZ20.9222.119.3-
YUV127.396.79142.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=42.36%
G=36.89%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471287200.130.510.4244.834.2542.94
Hex9380480D332A2d222b
Octal2232001100156352554253
Binary1001001110000000100100001101110011101010101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938048; }

 p { color: rgb(147,128,72); }

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

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

 a { background-color: rgb(147,128,72); }

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

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

 span { border-color: rgb(147,128,72); }

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