#94834B

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

Shades of Clay Creek #94834B

Tints of Clay Creek #94834B

Color information

#94834B (or 0x94834B) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 4B. RGB value is (148,131,75). Sum of RGB (Red+Green+Blue) = 148+131+75=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94834B is #6B7CB4. Grayscale: #818181. Windows color (decimal): -7044277 or 4948884. OLE color: 4948884.

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

Color convert

RGB14813175-
CMYK00.110.490.42
HSL46.03º32.74%43.73%-
HSV(B)46.03º49.32%58.04%-
XYZ21.623.049.96-
YUV129.797.13141.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=41.81%
G=37.01%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481317500.110.490.4246.0332.7443.73
Hex94834B0B312A2e212c
Octal2242031130136152564154
Binary1001010010000011100101101011110001101010101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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