#947003

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

Shades of Golden Brown #947003

Tints of Golden Brown #947003

Color information

#947003 (or 0x947003) is unknown color: approx Golden Brown. HEX triplet: 94, 70 and 03. RGB value is (148,112,3). Sum of RGB (Red+Green+Blue) = 148+112+3=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #947003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947003 is #6B8FFC. Grayscale: #6E6E6E. Windows color (decimal): -7049213 or 225428. OLE color: 225428.

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

Color convert

RGB1481123-
CMYK00.240.980.42
HSL45.1º96.03%29.61%-
HSV(B)45.1º97.97%58.04%-
XYZ18.0217.892.59-
YUV110.3467.43154.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=56.27%
G=42.59%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148112300.240.980.4245.196.0329.61
Hex94703018622A2d601e
Octal2241603030142525514036
Binary100101001110000110110001100010101010101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947003; }

 p { color: rgb(148,112,3); }

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

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

 a { background-color: rgb(148,112,3); }

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

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

 span { border-color: rgb(148,112,3); }

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