#846009

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

Shades of Golden Brown #846009

Tints of Golden Brown #846009

Color information

#846009 (or 0x846009) is unknown color: approx Golden Brown. HEX triplet: 84, 60 and 09. RGB value is (132,96,9). Sum of RGB (Red+Green+Blue) = 132+96+9=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #846009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846009 is #7B9FF6. Grayscale: #616161. Windows color (decimal): -8101879 or 614532. OLE color: 614532.

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

Color convert

RGB132969-
CMYK00.270.930.48
HSL42.44º87.23%27.65%-
HSV(B)42.44º93.18%51.76%-
XYZ13.7513.292.1-
YUV96.8578.43153.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=55.70%
G=40.51%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13296900.270.930.4842.4487.2327.65
Hex8460901B5D302a571c
Octal20414011033135605212734
Binary10000100110000010010110111011101110000101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846009; }

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

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

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

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

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

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

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

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