#8D6504

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

Shades of Golden Brown #8D6504

Tints of Golden Brown #8D6504

Color information

#8D6504 (or 0x8D6504) is unknown color: approx Golden Brown. HEX triplet: 8D, 65 and 04. RGB value is (141,101,4). Sum of RGB (Red+Green+Blue) = 141+101+4=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6504 is #729AFB. Grayscale: #666666. Windows color (decimal): -7510780 or 288141. OLE color: 288141.

HSL color Cylindrical-coordinate representation of color #8D6504: hue angle of 42.48º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D6504 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1411014-
CMYK00.280.970.45
HSL42.48º94.48%28.43%-
HSV(B)42.48º97.16%55.29%-
XYZ15.6614.982.18-
YUV101.972.75155.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=57.32%
G=41.06%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141101400.280.970.4542.4894.4828.43
Hex8D65401C612D2a5e1c
Octal2151454034141555213634
Binary1000110111001011000111001100001101101101010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6504; }

 p { color: rgb(141,101,4); }

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

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

 a { background-color: rgb(141,101,4); }

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

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

 span { border-color: rgb(141,101,4); }

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