#946412

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

Shades of Golden Brown #946412

Tints of Golden Brown #946412

Color information

#946412 (or 0x946412) is unknown color: approx Golden Brown. HEX triplet: 94, 64 and 12. RGB value is (148,100,18). Sum of RGB (Red+Green+Blue) = 148+100+18=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946412 is #6B9BED. Grayscale: #696969. Windows color (decimal): -7052270 or 1205396. OLE color: 1205396.

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

Color convert

RGB14810018-
CMYK00.320.880.42
HSL37.85º78.31%32.55%-
HSV(B)37.85º87.84%58.04%-
XYZ16.8815.452.67-
YUV10578.9158.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=55.64%
G=37.59%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481001800.320.880.4237.8578.3132.55
Hex946412020582A264e21
Octal22414422040130524611641
Binary10010100110010010010010000010110001010101001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946412; }

 p { color: rgb(148,100,18); }

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

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

 a { background-color: rgb(148,100,18); }

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

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

 span { border-color: rgb(148,100,18); }

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