#94804B

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

Shades of Clay Creek #94804B

Tints of Clay Creek #94804B

Color information

#94804B (or 0x94804B) is unknown color: approx Clay Creek. HEX triplet: 94, 80 and 4B. RGB value is (148,128,75). Sum of RGB (Red+Green+Blue) = 148+128+75=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #94804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94804B is #6B7FB4. Grayscale: #808080. Windows color (decimal): -7045045 or 4948116. OLE color: 4948116.

HSL color Cylindrical-coordinate representation of color #94804B: hue angle of 43.56º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94804B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812875-
CMYK00.140.490.42
HSL43.56º32.74%43.73%-
HSV(B)43.56º49.32%58.04%-
XYZ21.222.249.83-
YUV127.9498.13142.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=42.17%
G=36.47%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481287500.140.490.4243.5632.7443.73
Hex94804B0E312A2c212c
Octal2242001130166152544154
Binary1001010010000000100101101110110001101010101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94804B; }

 p { color: rgb(148,128,75); }

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

<style>
 a { background-color: #94804B; }

 a { background-color: rgb(148,128,75); }

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

<style>
 span { border-color: #94804B; }

 span { border-color: rgb(148,128,75); }

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