#947110

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

Shades of Golden Brown #947110

Tints of Golden Brown #947110

Color information

#947110 (or 0x947110) is unknown color: approx Golden Brown. HEX triplet: 94, 71 and 10. RGB value is (148,113,16). Sum of RGB (Red+Green+Blue) = 148+113+16=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #947110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947110 is #6B8EEF. Grayscale: #707070. Windows color (decimal): -7048944 or 1077652. OLE color: 1077652.

HSL color Cylindrical-coordinate representation of color #947110: hue angle of 44.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947110 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14811316-
CMYK00.240.890.42
HSL44.09º80.49%32.16%-
HSV(B)44.09º89.19%58.04%-
XYZ18.2118.143.03-
YUV112.4173.6153.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=53.43%
G=40.79%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481131600.240.890.4244.0980.4932.16
Hex947110018592A2c5020
Octal22416120030131525412040
Binary1001010011100011000001100010110011010101011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947110; }

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

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

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

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

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

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

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

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