#947104

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

Shades of Golden Brown #947104

Tints of Golden Brown #947104

Color information

#947104 (or 0x947104) is unknown color: approx Golden Brown. HEX triplet: 94, 71 and 04. RGB value is (148,113,4). Sum of RGB (Red+Green+Blue) = 148+113+4=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #947104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947104 is #6B8EFB. Grayscale: #6F6F6F. Windows color (decimal): -7048956 or 291220. OLE color: 291220.

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

Color convert

RGB1481134-
CMYK00.240.970.42
HSL45.42º94.74%29.8%-
HSV(B)45.42º97.3%58.04%-
XYZ18.1418.112.66-
YUV111.0467.6154.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=55.85%
G=42.64%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148113400.240.970.4245.4294.7429.8
Hex94714018612A2d5f1e
Octal2241614030141525513736
Binary1001010011100011000110001100001101010101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947104; }

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

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

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

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

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

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

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

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