#938051

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

Shades of Clay Creek #938051

Tints of Clay Creek #938051

Color information

#938051 (or 0x938051) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 51. RGB value is (147,128,81). Sum of RGB (Red+Green+Blue) = 147+128+81=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #938051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938051 is #6C7FAE. Grayscale: #808080. Windows color (decimal): -7110575 or 5341331. OLE color: 5341331.

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

Color convert

RGB14712881-
CMYK00.130.450.42
HSL42.73º28.95%44.71%-
HSV(B)42.73º44.9%57.65%-
XYZ21.2422.2410.96-
YUV128.32101.29141.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=41.29%
G=35.96%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471288100.130.450.4242.7328.9544.71
Hex9380510D2D2A2b1d2d
Octal2232001210155552533555
Binary100100111000000010100010110110110110101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938051; }

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

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

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

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

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

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

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

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