#938150

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

Shades of Clay Creek #938150

Tints of Clay Creek #938150

Color information

#938150 (or 0x938150) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 50. RGB value is (147,129,80). Sum of RGB (Red+Green+Blue) = 147+129+80=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #938150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938150 is #6C7EAF. Grayscale: #818181. Windows color (decimal): -7110320 or 5276051. OLE color: 5276051.

HSL color Cylindrical-coordinate representation of color #938150: hue angle of 43.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #938150 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14712980-
CMYK00.120.460.42
HSL43.88º29.52%44.51%-
HSV(B)43.88º45.58%57.65%-
XYZ21.3322.4810.8-
YUV128.8100.46140.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=41.29%
G=36.24%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471298000.120.460.4243.8829.5244.51
Hex9381500C2E2A2c1e2d
Octal2232011200145652543655
Binary100100111000000110100000110010111010101010110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938150; }

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

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

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

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

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

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

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

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