#8d730c

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

Shades of Yukon Gold #8D730C

Tints of Yukon Gold #8D730C

Color information

#8D730C (or 0x8D730C) is unknown color: approx Yukon Gold. HEX triplet: 8D, 73 and 0C. RGB value is (141,115,12). Sum of RGB (Red+Green+Blue) = 141+115+12=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D730C is #728CF3. Grayscale: #6F6F6F. Windows color (decimal): -7507188 or 816013. OLE color: 816013.

HSL color Cylindrical-coordinate representation of color #8D730C: hue angle of 47.91º degrees, saturation: 0.84, 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 #8D730C is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB14111512-
CMYK00.180.910.45
HSL47.91º84.31%30%-
HSV(B)47.91º91.49%55.29%-
XYZ17.1817.952.91-
YUV111.0372.11149.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=52.61%
G=42.91%
B=4.48%

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
Decimal1411151200.180.910.4547.9184.3130
Hex8D73C0125B2D30541e
Octal21516314022133556012436
Binary10001101111001111000100101011011101101110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d730c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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