#93814D

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

Shades of Clay Creek #93814D

Tints of Clay Creek #93814D

Color information

#93814D (or 0x93814D) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 4D. RGB value is (147,129,77). Sum of RGB (Red+Green+Blue) = 147+129+77=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93814D is #6C7EB2. Grayscale: #808080. Windows color (decimal): -7110323 or 5079443. OLE color: 5079443.

HSL color Cylindrical-coordinate representation of color #93814D: hue angle of 44.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93814D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14712977-
CMYK00.120.480.42
HSL44.57º31.25%43.92%-
HSV(B)44.57º47.62%57.65%-
XYZ21.2222.4410.23-
YUV128.4598.96141.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=41.64%
G=36.54%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471297700.120.480.4244.5731.2543.92
Hex93814D0C302A2d1f2c
Octal2232011150146052553754
Binary100100111000000110011010110011000010101010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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