#93814F

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

Shades of Clay Creek #93814F

Tints of Clay Creek #93814F

Color information

#93814F (or 0x93814F) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 4F. RGB value is (147,129,79). Sum of RGB (Red+Green+Blue) = 147+129+79=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93814F is #6C7EB0. Grayscale: #808080. Windows color (decimal): -7110321 or 5210515. OLE color: 5210515.

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

Color convert

RGB14712979-
CMYK00.120.460.42
HSL44.12º30.09%44.31%-
HSV(B)44.12º46.26%57.65%-
XYZ21.2922.4710.61-
YUV128.6899.96141.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=41.41%
G=36.34%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471297900.120.460.4244.1230.0944.31
Hex93814F0C2E2A2c1e2c
Octal2232011170145652543654
Binary100100111000000110011110110010111010101010110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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