#946913

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

Shades of Golden Brown #946913

Tints of Golden Brown #946913

Color information

#946913 (or 0x946913) is unknown color: approx Golden Brown. HEX triplet: 94, 69 and 13. RGB value is (148,105,19). Sum of RGB (Red+Green+Blue) = 148+105+19=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946913 is #6B96EC. Grayscale: #6C6C6C. Windows color (decimal): -7050989 or 1272212. OLE color: 1272212.

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

Color convert

RGB14810519-
CMYK00.290.870.42
HSL40º77.25%32.75%-
HSV(B)40º87.16%58.04%-
XYZ17.3816.452.87-
YUV108.0577.75156.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=54.41%
G=38.60%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481051900.290.870.424077.2532.75
Hex94691301D572A284d21
Octal22415123035127525011541
Binary1001010011010011001101110110101111010101010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946913; }

 p { color: rgb(148,105,19); }

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

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

 a { background-color: rgb(148,105,19); }

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

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

 span { border-color: rgb(148,105,19); }

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