#938A5A

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

Shades of Clay Creek #938A5A

Tints of Clay Creek #938A5A

Color information

#938A5A (or 0x938A5A) is unknown color: approx Clay Creek. HEX triplet: 93, 8A and 5A. RGB value is (147,138,90). Sum of RGB (Red+Green+Blue) = 147+138+90=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A5A is #6C75A5. Grayscale: #878787. Windows color (decimal): -7108006 or 5933715. OLE color: 5933715.

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

Color convert

RGB14713890-
CMYK00.060.390.42
HSL50.53º24.05%46.47%-
HSV(B)50.53º38.78%57.65%-
XYZ22.9725.1213.31-
YUV135.22102.48136.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 90 (35.55% from 255) = 24%
R=39.2%
G=36.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471389000.060.390.4250.5324.0546.47
Hex938A5A06272A33182e
Octal223212132064752633056
Binary10010011100010101011010011010011110101011001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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