#946F04

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

Shades of Golden Brown #946F04

Tints of Golden Brown #946F04

Color information

#946F04 (or 0x946F04) is unknown color: approx Golden Brown. HEX triplet: 94, 6F and 04. RGB value is (148,111,4). Sum of RGB (Red+Green+Blue) = 148+111+4=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #946F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F04 is #6B90FB. Grayscale: #6E6E6E. Windows color (decimal): -7049468 or 290708. OLE color: 290708.

HSL color Cylindrical-coordinate representation of color #946F04: hue angle of 44.58º 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 #946F04 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481114-
CMYK00.250.970.42
HSL44.58º94.74%29.8%-
HSV(B)44.58º97.3%58.04%-
XYZ17.9217.672.58-
YUV109.8668.26155.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=56.27%
G=42.21%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148111400.250.970.4244.5894.7429.8
Hex946F4019612A2d5f1e
Octal2241574031141525513736
Binary1001010011011111000110011100001101010101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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