#94844E

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

Shades of Clay Creek #94844E

Tints of Clay Creek #94844E

Color information

#94844E (or 0x94844E) is unknown color: approx Clay Creek. HEX triplet: 94, 84 and 4E. RGB value is (148,132,78). Sum of RGB (Red+Green+Blue) = 148+132+78=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94844E is #6B7BB1. Grayscale: #828282. Windows color (decimal): -7044018 or 5145748. OLE color: 5145748.

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

Color convert

RGB14813278-
CMYK00.110.470.42
HSL46.29º30.97%44.31%-
HSV(B)46.29º47.3%58.04%-
XYZ21.8423.3510.56-
YUV130.6398.3140.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=41.34%
G=36.87%
B=21.79%

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
Decimal1481327800.110.470.4246.2930.9744.31
Hex94844E0B2F2A2e1f2c
Octal2242041160135752563754
Binary100101001000010010011100101110111110101010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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