#93895A

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

Shades of Clay Creek #93895A

Tints of Clay Creek #93895A

Color information

#93895A (or 0x93895A) is unknown color: approx Clay Creek. HEX triplet: 93, 89 and 5A. RGB value is (147,137,90). Sum of RGB (Red+Green+Blue) = 147+137+90=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93895A is #6C76A5. Grayscale: #868686. Windows color (decimal): -7108262 or 5933459. OLE color: 5933459.

HSL color Cylindrical-coordinate representation of color #93895A: hue angle of 49.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93895A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14713790-
CMYK00.070.390.42
HSL49.47º24.05%46.47%-
HSV(B)49.47º38.78%57.65%-
XYZ22.8224.8313.26-
YUV134.63102.81136.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=39.30%
G=36.63%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471379000.070.390.4249.4724.0546.47
Hex93895A07272A31182e
Octal223211132074752613056
Binary10010011100010011011010011110011110101011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93895A; }

 p { color: rgb(147,137,90); }

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

<style>
 a { background-color: #93895A; }

 a { background-color: rgb(147,137,90); }

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

<style>
 span { border-color: #93895A; }

 span { border-color: rgb(147,137,90); }

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