#938251

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

Shades of Clay Creek #938251

Tints of Clay Creek #938251

Color information

#938251 (or 0x938251) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 51. RGB value is (147,130,81). Sum of RGB (Red+Green+Blue) = 147+130+81=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #938251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938251 is #6C7DAE. Grayscale: #818181. Windows color (decimal): -7110063 or 5341843. OLE color: 5341843.

HSL color Cylindrical-coordinate representation of color #938251: hue angle of 44.55º 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 #938251 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14713081-
CMYK00.120.450.42
HSL44.55º28.95%44.71%-
HSV(B)44.55º44.9%57.65%-
XYZ21.522.7611.04-
YUV129.5100.63140.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=41.06%
G=36.31%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471308100.120.450.4244.5528.9544.71
Hex9382510C2D2A2d1d2d
Octal2232021210145552553555
Binary100100111000001010100010110010110110101010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938251; }

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

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

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

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

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

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

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

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