#846004

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

Shades of Golden Brown #846004

Tints of Golden Brown #846004

Color information

#846004 (or 0x846004) is unknown color: approx Golden Brown. HEX triplet: 84, 60 and 04. RGB value is (132,96,4). Sum of RGB (Red+Green+Blue) = 132+96+4=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #846004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846004 is #7B9FFB. Grayscale: #606060. Windows color (decimal): -8101884 or 286852. OLE color: 286852.

HSL color Cylindrical-coordinate representation of color #846004: hue angle of 43.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #846004 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB132964-
CMYK00.270.970.48
HSL43.12º94.12%26.67%-
HSV(B)43.12º96.97%51.76%-
XYZ13.7213.281.96-
YUV96.2875.93153.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=56.90%
G=41.38%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13296400.270.970.4843.1294.1226.67
Hex8460401B61302b5e1b
Octal2041404033141605313633
Binary1000010011000001000110111100001110000101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846004; }

 p { color: rgb(132,96,4); }

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

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

 a { background-color: rgb(132,96,4); }

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

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

 span { border-color: rgb(132,96,4); }

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