#8D730D

Color #8D730D Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8D730D

Tints of Yukon Gold #8D730D

Color information

#8D730D (or 0x8D730D) is unknown color: approx Yukon Gold. HEX triplet: 8D, 73 and 0D. RGB value is (141,115,13). Sum of RGB (Red+Green+Blue) = 141+115+13=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D730D is #728CF2. Grayscale: #6F6F6F. Windows color (decimal): -7507187 or 881549. OLE color: 881549.

HSL color Cylindrical-coordinate representation of color #8D730D: hue angle of 47.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D730D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB14111513-
CMYK00.180.910.45
HSL47.81º83.12%30.2%-
HSV(B)47.81º90.78%55.29%-
XYZ17.1917.952.94-
YUV111.1572.61149.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=52.42%
G=42.75%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411151300.180.910.4547.8183.1230.2
Hex8D73D0125B2D30531e
Octal21516315022133556012336
Binary10001101111001111010100101011011101101110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,13); }

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

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

 a { background-color: rgb(141,115,13); }

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

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

 span { border-color: rgb(141,115,13); }

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