#946414

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

Shades of Golden Brown #946414

Tints of Golden Brown #946414

Color information

#946414 (or 0x946414) is unknown color: approx Golden Brown. HEX triplet: 94, 64 and 14. RGB value is (148,100,20). Sum of RGB (Red+Green+Blue) = 148+100+20=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946414 is #6B9BEB. Grayscale: #696969. Windows color (decimal): -7052268 or 1336468. OLE color: 1336468.

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

Color convert

RGB14810020-
CMYK00.320.860.42
HSL37.5º76.19%32.94%-
HSV(B)37.5º86.49%58.04%-
XYZ16.915.462.76-
YUV105.2379.9158.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=55.22%
G=37.31%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481002000.320.860.4237.576.1932.94
Hex946414020562A264c21
Octal22414424040126524611441
Binary10010100110010010100010000010101101010101001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946414; }

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

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

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

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

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

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

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

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