#946E04

Color #946E04 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #946E04

Tints of Golden Brown #946E04

Color information

#946E04 (or 0x946E04) is unknown color: approx Golden Brown. HEX triplet: 94, 6E and 04. RGB value is (148,110,4). Sum of RGB (Red+Green+Blue) = 148+110+4=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #946E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E04 is #6B91FB. Grayscale: #6D6D6D. Windows color (decimal): -7049724 or 290452. OLE color: 290452.

HSL color Cylindrical-coordinate representation of color #946E04: hue angle of 44.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946E04 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481104-
CMYK00.260.970.42
HSL44.17º94.74%29.8%-
HSV(B)44.17º97.3%58.04%-
XYZ17.8117.462.55-
YUV109.2868.59155.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=56.49%
G=41.98%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148110400.260.970.4244.1794.7429.8
Hex946E401A612A2c5f1e
Octal2241564032141525413736
Binary1001010011011101000110101100001101010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E04; }

 p { color: rgb(148,110,4); }

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

<style>
 a { background-color: #946E04; }

 a { background-color: rgb(148,110,4); }

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

<style>
 span { border-color: #946E04; }

 span { border-color: rgb(148,110,4); }

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