#846304

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

Shades of Golden Brown #846304

Tints of Golden Brown #846304

Color information

#846304 (or 0x846304) is unknown color: approx Golden Brown. HEX triplet: 84, 63 and 04. RGB value is (132,99,4). Sum of RGB (Red+Green+Blue) = 132+99+4=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #846304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846304 is #7B9CFB. Grayscale: #626262. Windows color (decimal): -8101116 or 287620. OLE color: 287620.

HSL color Cylindrical-coordinate representation of color #846304: hue angle of 44.53º 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 #846304 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB132994-
CMYK00.250.970.48
HSL44.53º94.12%26.67%-
HSV(B)44.53º96.97%51.76%-
XYZ1413.842.05-
YUV98.0474.93152.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=56.17%
G=42.13%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13299400.250.970.4844.5394.1226.67
Hex8463401961302d5e1b
Octal2041434031141605513633
Binary1000010011000111000110011100001110000101101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846304; }

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

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

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

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

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

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

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

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