#845D08

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

Shades of Golden Brown #845D08

Tints of Golden Brown #845D08

Color information

#845D08 (or 0x845D08) is unknown color: approx Golden Brown. HEX triplet: 84, 5D and 08. RGB value is (132,93,8). Sum of RGB (Red+Green+Blue) = 132+93+8=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #845D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D08 is #7BA2F7. Grayscale: #5F5F5F. Windows color (decimal): -8102648 or 548228. OLE color: 548228.

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

Color convert

RGB132938-
CMYK00.300.940.48
HSL41.13º88.57%27.45%-
HSV(B)41.13º93.94%51.76%-
XYZ13.4712.751.98-
YUV94.9778.92154.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=56.65%
G=39.91%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13293800.300.940.4841.1388.5727.45
Hex845D801E5E3029591b
Octal20413510036136605113133
Binary10000100101110110000111101011110110000101001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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