#845E09

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

Shades of Golden Brown #845E09

Tints of Golden Brown #845E09

Color information

#845E09 (or 0x845E09) is unknown color: approx Golden Brown. HEX triplet: 84, 5E and 09. RGB value is (132,94,9). Sum of RGB (Red+Green+Blue) = 132+94+9=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845E09 is #7BA1F6. Grayscale: #606060. Windows color (decimal): -8102391 or 614020. OLE color: 614020.

HSL color Cylindrical-coordinate representation of color #845E09: hue angle of 41.46º 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 #845E09 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB132949-
CMYK00.290.930.48
HSL41.46º87.23%27.65%-
HSV(B)41.46º93.18%51.76%-
XYZ13.5712.932.04-
YUV95.6779.09153.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=56.17%
G=40%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13294900.290.930.4841.4687.2327.65
Hex845E901D5D3029571c
Octal20413611035135605112734
Binary10000100101111010010111011011101110000101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E09; }

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

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

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

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

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

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

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

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