#93854B

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

Shades of Clay Creek #93854B

Tints of Clay Creek #93854B

Color information

#93854B (or 0x93854B) is unknown color: approx Clay Creek. HEX triplet: 93, 85 and 4B. RGB value is (147,133,75). Sum of RGB (Red+Green+Blue) = 147+133+75=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93854B is #6C7AB4. Grayscale: #828282. Windows color (decimal): -7109301 or 4949395. OLE color: 4949395.

HSL color Cylindrical-coordinate representation of color #93854B: hue angle of 48.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93854B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14713375-
CMYK00.100.490.42
HSL48.33º32.43%43.53%-
HSV(B)48.33º48.98%57.65%-
XYZ21.6923.4910.05-
YUV130.5796.64139.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=41.41%
G=37.46%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471337500.100.490.4248.3332.4343.53
Hex93854B0A312A30202c
Octal2232051130126152604054
Binary1001001110000101100101101010110001101010110000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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