#93854C

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

Shades of Clay Creek #93854C

Tints of Clay Creek #93854C

Color information

#93854C (or 0x93854C) is unknown color: approx Clay Creek. HEX triplet: 93, 85 and 4C. RGB value is (147,133,76). Sum of RGB (Red+Green+Blue) = 147+133+76=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93854C is #6C7AB3. Grayscale: #828282. Windows color (decimal): -7109300 or 5014931. OLE color: 5014931.

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

Color convert

RGB14713376-
CMYK00.100.480.42
HSL48.17º31.84%43.73%-
HSV(B)48.17º48.3%57.65%-
XYZ21.7223.510.23-
YUV130.6997.14139.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=41.29%
G=37.36%
B=21.35%

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
Decimal1471337600.100.480.4248.1731.8443.73
Hex93854C0A302A30202c
Octal2232051140126052604054
Binary1001001110000101100110001010110000101010110000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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