#93845B

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

Shades of Clay Creek #93845B

Tints of Clay Creek #93845B

Color information

#93845B (or 0x93845B) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 5B. RGB value is (147,132,91). Sum of RGB (Red+Green+Blue) = 147+132+91=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93845B is #6C7BA4. Grayscale: #838383. Windows color (decimal): -7109541 or 5997715. OLE color: 5997715.

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

Color convert

RGB14713291-
CMYK00.100.380.42
HSL43.93º23.53%46.67%-
HSV(B)43.93º38.1%57.65%-
XYZ22.1723.4613.26-
YUV131.81104.97138.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=39.73%
G=35.68%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471329100.100.380.4243.9323.5346.67
Hex93845B0A262A2c182f
Octal2232041330124652543057
Binary100100111000010010110110101010011010101010110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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