#938A58

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

Shades of Clay Creek #938A58

Tints of Clay Creek #938A58

Color information

#938A58 (or 0x938A58) is unknown color: approx Clay Creek. HEX triplet: 93, 8A and 58. RGB value is (147,138,88). Sum of RGB (Red+Green+Blue) = 147+138+88=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #938A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A58 is #6C75A7. Grayscale: #878787. Windows color (decimal): -7108008 or 5802643. OLE color: 5802643.

HSL color Cylindrical-coordinate representation of color #938A58: hue angle of 50.85º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938A58 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14713888-
CMYK00.060.400.42
HSL50.85º25.11%46.08%-
HSV(B)50.85º40.14%57.65%-
XYZ22.8825.0812.87-
YUV134.99101.48136.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=39.41%
G=37.00%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471388800.060.400.4250.8525.1146.08
Hex938A5806282A33192e
Octal223212130065052633156
Binary10010011100010101011000011010100010101011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A58; }

 p { color: rgb(147,138,88); }

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

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

 a { background-color: rgb(147,138,88); }

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

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

 span { border-color: rgb(147,138,88); }

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