#937F5A

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

Shades of Clay Creek #937F5A

Tints of Clay Creek #937F5A

Color information

#937F5A (or 0x937F5A) is unknown color: approx Clay Creek. HEX triplet: 93, 7F and 5A. RGB value is (147,127,90). Sum of RGB (Red+Green+Blue) = 147+127+90=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #937F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F5A is #6C80A5. Grayscale: #808080. Windows color (decimal): -7110822 or 5930899. OLE color: 5930899.

HSL color Cylindrical-coordinate representation of color #937F5A: hue angle of 38.95º 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 #937F5A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14712790-
CMYK00.140.390.42
HSL38.95º24.05%46.47%-
HSV(B)38.95º38.78%57.65%-
XYZ21.4722.1212.81-
YUV128.76106.13141.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=40.38%
G=34.89%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471279000.140.390.4238.9524.0546.47
Hex937F5A0E272A27182e
Octal2231771320164752473056
Binary10010011111111110110100111010011110101010011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937F5A; }

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

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

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

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

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

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

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

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