#946E03

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

Shades of Golden Brown #946E03

Tints of Golden Brown #946E03

Color information

#946E03 (or 0x946E03) is unknown color: approx Golden Brown. HEX triplet: 94, 6E and 03. RGB value is (148,110,3). Sum of RGB (Red+Green+Blue) = 148+110+3=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #946E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E03 is #6B91FC. Grayscale: #6D6D6D. Windows color (decimal): -7049725 or 224916. OLE color: 224916.

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

Color convert

RGB1481103-
CMYK00.260.980.42
HSL44.28º96.03%29.61%-
HSV(B)44.28º97.97%58.04%-
XYZ17.8117.452.52-
YUV109.1668.09155.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=56.70%
G=42.15%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148110300.260.980.4244.2896.0329.61
Hex946E301A622A2c601e
Octal2241563032142525414036
Binary100101001101110110110101100010101010101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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