#93834E

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

Shades of Clay Creek #93834E

Tints of Clay Creek #93834E

Color information

#93834E (or 0x93834E) is unknown color: approx Clay Creek. HEX triplet: 93, 83 and 4E. RGB value is (147,131,78). Sum of RGB (Red+Green+Blue) = 147+131+78=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93834E is #6C7CB1. Grayscale: #818181. Windows color (decimal): -7109810 or 5145491. OLE color: 5145491.

HSL color Cylindrical-coordinate representation of color #93834E: hue angle of 46.09º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93834E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14713178-
CMYK00.110.470.42
HSL46.09º30.67%44.12%-
HSV(B)46.09º46.94%57.65%-
XYZ21.5222.9910.51-
YUV129.7498.8140.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=41.29%
G=36.80%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471317800.110.470.4246.0930.6744.12
Hex93834E0B2F2A2e1f2c
Octal2232031160135752563754
Binary100100111000001110011100101110111110101010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93834E; }

 p { color: rgb(147,131,78); }

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

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

 a { background-color: rgb(147,131,78); }

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

<style>
 span { border-color: #93834E; }

 span { border-color: rgb(147,131,78); }

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