#8D751B

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

Shades of Yukon Gold #8D751B

Tints of Yukon Gold #8D751B

Color information

#8D751B (or 0x8D751B) is unknown color: approx Yukon Gold. HEX triplet: 8D, 75 and 1B. RGB value is (141,117,27). Sum of RGB (Red+Green+Blue) = 141+117+27=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D751B is #728AE4. Grayscale: #727272. Windows color (decimal): -7506661 or 1799565. OLE color: 1799565.

HSL color Cylindrical-coordinate representation of color #8D751B: hue angle of 47.37º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D751B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB14111727-
CMYK00.170.810.45
HSL47.37º67.86%32.94%-
HSV(B)47.37º80.85%55.29%-
XYZ17.5418.463.68-
YUV113.9278.95147.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=49.47%
G=41.05%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411172700.170.810.4547.3767.8632.94
Hex8D751B011512D2f4421
Octal21516533021121555710441
Binary1000110111101011101101000110100011011011011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,27); }

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

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

 a { background-color: rgb(141,117,27); }

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

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

 span { border-color: rgb(141,117,27); }

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