#845D09

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

Shades of Golden Brown #845D09

Tints of Golden Brown #845D09

Color information

#845D09 (or 0x845D09) is unknown color: approx Golden Brown. HEX triplet: 84, 5D and 09. RGB value is (132,93,9). Sum of RGB (Red+Green+Blue) = 132+93+9=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D09 is #7BA2F6. Grayscale: #5F5F5F. Windows color (decimal): -8102647 or 613764. OLE color: 613764.

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

Color convert

RGB132939-
CMYK00.300.930.48
HSL40.98º87.23%27.65%-
HSV(B)40.98º93.18%51.76%-
XYZ13.4812.752.01-
YUV95.0879.42154.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=56.41%
G=39.74%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13293900.300.930.4840.9887.2327.65
Hex845D901E5D3029571c
Octal20413511036135605112734
Binary10000100101110110010111101011101110000101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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