#93844C

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

Shades of Clay Creek #93844C

Tints of Clay Creek #93844C

Color information

#93844C (or 0x93844C) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 4C. RGB value is (147,132,76). Sum of RGB (Red+Green+Blue) = 147+132+76=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93844C is #6C7BB3. Grayscale: #828282. Windows color (decimal): -7109556 or 5014675. OLE color: 5014675.

HSL color Cylindrical-coordinate representation of color #93844C: hue angle of 47.32º degrees, saturation: 0.32, 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 #93844C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14713276-
CMYK00.100.480.42
HSL47.32º31.84%43.73%-
HSV(B)47.32º48.3%57.65%-
XYZ21.5923.2310.18-
YUV130.197.47140.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=41.41%
G=37.18%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471327600.100.480.4247.3231.8443.73
Hex93844C0A302A2f202c
Octal2232041140126052574054
Binary1001001110000100100110001010110000101010101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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