#946A19

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

Shades of Golden Brown #946A19

Tints of Golden Brown #946A19

Color information

#946A19 (or 0x946A19) is unknown color: approx Golden Brown. HEX triplet: 94, 6A and 19. RGB value is (148,106,25). Sum of RGB (Red+Green+Blue) = 148+106+25=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A19 is #6B95E6. Grayscale: #6D6D6D. Windows color (decimal): -7050727 or 1665684. OLE color: 1665684.

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

Color convert

RGB14810625-
CMYK00.280.830.42
HSL39.51º71.1%33.92%-
HSV(B)39.51º83.11%58.04%-
XYZ17.5416.673.21-
YUV109.3280.41155.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=53.05%
G=37.99%
B=8.96%

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
Decimal1481062500.280.830.4239.5171.133.92
Hex946A1901C532A284722
Octal22415231034123525010742
Binary1001010011010101100101110010100111010101010001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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