#94844D

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

Shades of Clay Creek #94844D

Tints of Clay Creek #94844D

Color information

#94844D (or 0x94844D) is unknown color: approx Clay Creek. HEX triplet: 94, 84 and 4D. RGB value is (148,132,77). Sum of RGB (Red+Green+Blue) = 148+132+77=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94844D is #6B7BB2. Grayscale: #828282. Windows color (decimal): -7044019 or 5080212. OLE color: 5080212.

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

Color convert

RGB14813277-
CMYK00.110.480.42
HSL46.48º31.56%44.12%-
HSV(B)46.48º47.97%58.04%-
XYZ21.823.3310.38-
YUV130.5197.8140.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=41.46%
G=36.97%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481327700.110.480.4246.4831.5644.12
Hex94844D0B302A2e202c
Octal2242041150136052564054
Binary1001010010000100100110101011110000101010101110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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