#94854D

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

Shades of Clay Creek #94854D

Tints of Clay Creek #94854D

Color information

#94854D (or 0x94854D) is unknown color: approx Clay Creek. HEX triplet: 94, 85 and 4D. RGB value is (148,133,77). Sum of RGB (Red+Green+Blue) = 148+133+77=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94854D is #6B7AB2. Grayscale: #838383. Windows color (decimal): -7043763 or 5080468. OLE color: 5080468.

HSL color Cylindrical-coordinate representation of color #94854D: hue angle of 47.32º 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 #94854D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14813377-
CMYK00.100.480.42
HSL47.32º31.56%44.12%-
HSV(B)47.32º47.97%58.04%-
XYZ21.9423.6110.42-
YUV131.197.47140.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=41.34%
G=37.15%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481337700.100.480.4247.3231.5644.12
Hex94854D0A302A2f202c
Octal2242051150126052574054
Binary1001010010000101100110101010110000101010101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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