#946B19

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

Shades of Golden Brown #946B19

Tints of Golden Brown #946B19

Color information

#946B19 (or 0x946B19) is unknown color: approx Golden Brown. HEX triplet: 94, 6B and 19. RGB value is (148,107,25). Sum of RGB (Red+Green+Blue) = 148+107+25=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B19 is #6B94E6. Grayscale: #6E6E6E. Windows color (decimal): -7050471 or 1665940. OLE color: 1665940.

HSL color Cylindrical-coordinate representation of color #946B19: hue angle of 40º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #946B19 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14810725-
CMYK00.280.830.42
HSL40º71.1%33.92%-
HSV(B)40º83.11%58.04%-
XYZ17.6516.883.25-
YUV109.9180.08155.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=52.86%
G=38.21%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481072500.280.830.424071.133.92
Hex946B1901C532A284722
Octal22415331034123525010742
Binary1001010011010111100101110010100111010101010001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,25); }

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

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

 a { background-color: rgb(148,107,25); }

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

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

 span { border-color: rgb(148,107,25); }

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