#94724C

Color #94724C Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #94724C

Tints of Pale Brown #94724C

Color information

#94724C (or 0x94724C) is unknown color: approx Pale Brown. HEX triplet: 94, 72 and 4C. RGB value is (148,114,76). Sum of RGB (Red+Green+Blue) = 148+114+76=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94724C is #6B8DB3. Grayscale: #787878. Windows color (decimal): -7048628 or 5010068. OLE color: 5010068.

HSL color Cylindrical-coordinate representation of color #94724C: hue angle of 31.67º degrees, saturation: 0.32, 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 #94724C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14811476-
CMYK00.230.490.42
HSL31.67º32.14%43.92%-
HSV(B)31.67º48.65%58.04%-
XYZ19.5318.859.45-
YUV119.83103.26148.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=43.79%
G=33.73%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481147600.230.490.4231.6732.1443.92
Hex94724C017312A20202c
Octal2241621140276152404054
Binary1001010011100101001100010111110001101010100000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94724C; }

 p { color: rgb(148,114,76); }

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

<style>
 a { background-color: #94724C; }

 a { background-color: rgb(148,114,76); }

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

<style>
 span { border-color: #94724C; }

 span { border-color: rgb(148,114,76); }

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