#93804D

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

Shades of Clay Creek #93804D

Tints of Clay Creek #93804D

Color information

#93804D (or 0x93804D) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 4D. RGB value is (147,128,77). Sum of RGB (Red+Green+Blue) = 147+128+77=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93804D is #6C7FB2. Grayscale: #808080. Windows color (decimal): -7110579 or 5079187. OLE color: 5079187.

HSL color Cylindrical-coordinate representation of color #93804D: hue angle of 43.71º 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 #93804D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14712877-
CMYK00.130.480.42
HSL43.71º31.25%43.92%-
HSV(B)43.71º47.62%57.65%-
XYZ21.0922.1810.19-
YUV127.8799.29141.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=41.76%
G=36.36%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471287700.130.480.4243.7131.2543.92
Hex93804D0D302A2c1f2c
Octal2232001150156052543754
Binary100100111000000010011010110111000010101010110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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