#93855a

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

Shades of Clay Creek #93855A

Tints of Clay Creek #93855A

Color information

#93855A (or 0x93855A) is unknown color: approx Clay Creek. HEX triplet: 93, 85 and 5A. RGB value is (147,133,90). Sum of RGB (Red+Green+Blue) = 147+133+90=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93855A is #6C7AA5. Grayscale: #848484. Windows color (decimal): -7109286 or 5932435. OLE color: 5932435.

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

Color convert

RGB14713390-
CMYK00.100.390.42
HSL45.26º24.05%46.47%-
HSV(B)45.26º38.78%57.65%-
XYZ22.2723.7213.08-
YUV132.28104.14138.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=39.73%
G=35.95%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471339000.100.390.4245.2624.0546.47
Hex93855A0A272A2d182e
Octal2232051320124752553056
Binary100100111000010110110100101010011110101010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93855a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93855a; }

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

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

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

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

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

<style>
 span { border-color: #93855a; }

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

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