#94814E

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

Shades of Clay Creek #94814E

Tints of Clay Creek #94814E

Color information

#94814E (or 0x94814E) is unknown color: approx Clay Creek. HEX triplet: 94, 81 and 4E. RGB value is (148,129,78). Sum of RGB (Red+Green+Blue) = 148+129+78=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94814E is #6B7EB1. Grayscale: #818181. Windows color (decimal): -7044786 or 5144980. OLE color: 5144980.

HSL color Cylindrical-coordinate representation of color #94814E: hue angle of 43.71º 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 #94814E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14812978-
CMYK00.130.470.42
HSL43.71º30.97%44.31%-
HSV(B)43.71º47.3%58.04%-
XYZ21.4422.5510.43-
YUV128.8799.29141.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=41.69%
G=36.34%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481297800.130.470.4243.7130.9744.31
Hex94814E0D2F2A2c1f2c
Octal2242011160155752543754
Binary100101001000000110011100110110111110101010110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,129,78); }

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

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

 a { background-color: rgb(148,129,78); }

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

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

 span { border-color: rgb(148,129,78); }

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