#94874D

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

Shades of Clay Creek #94874D

Tints of Clay Creek #94874D

Color information

#94874D (or 0x94874D) is unknown color: approx Clay Creek. HEX triplet: 94, 87 and 4D. RGB value is (148,135,77). Sum of RGB (Red+Green+Blue) = 148+135+77=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94874D is #6B78B2. Grayscale: #848484. Windows color (decimal): -7043251 or 5080980. OLE color: 5080980.

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

Color convert

RGB14813577-
CMYK00.090.480.42
HSL49.01º31.56%44.12%-
HSV(B)49.01º47.97%58.04%-
XYZ22.2224.1610.51-
YUV132.2796.81139.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=41.11%
G=37.5%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481357700.090.480.4249.0131.5644.12
Hex94874D09302A31202c
Octal2242071150116052614054
Binary1001010010000111100110101001110000101010110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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