#93844F

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

Shades of Clay Creek #93844F

Tints of Clay Creek #93844F

Color information

#93844F (or 0x93844F) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 4F. RGB value is (147,132,79). Sum of RGB (Red+Green+Blue) = 147+132+79=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93844F is #6C7BB0. Grayscale: #828282. Windows color (decimal): -7109553 or 5211283. OLE color: 5211283.

HSL color Cylindrical-coordinate representation of color #93844F: hue angle of 46.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93844F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14713279-
CMYK00.100.460.42
HSL46.76º30.09%44.31%-
HSV(B)46.76º46.26%57.65%-
XYZ21.723.2710.75-
YUV130.4498.97139.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 79 (31.25% from 255) = 22.07%
R=41.06%
G=36.87%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471327900.100.460.4246.7630.0944.31
Hex93844F0A2E2A2f1e2c
Octal2232041170125652573654
Binary100100111000010010011110101010111010101010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93844F; }

 p { color: rgb(147,132,79); }

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

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

 a { background-color: rgb(147,132,79); }

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

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

 span { border-color: rgb(147,132,79); }

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