#8B700D

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

Shades of Yukon Gold #8B700D

Tints of Yukon Gold #8B700D

Color information

#8B700D (or 0x8B700D) is unknown color: approx Yukon Gold. HEX triplet: 8B, 70 and 0D. RGB value is (139,112,13). Sum of RGB (Red+Green+Blue) = 139+112+13=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B700D is #748FF2. Grayscale: #6D6D6D. Windows color (decimal): -7639027 or 880779. OLE color: 880779.

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

Color convert

RGB13911213-
CMYK00.190.910.45
HSL47.14º82.89%29.8%-
HSV(B)47.14º90.65%54.51%-
XYZ16.5117.112.81-
YUV108.7973.95149.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=52.65%
G=42.42%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391121300.190.910.4547.1482.8929.8
Hex8B70D0135B2D2f531e
Octal21316015023133555712336
Binary10001011111000011010100111011011101101101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,13); }

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

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

 a { background-color: rgb(139,112,13); }

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

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

 span { border-color: rgb(139,112,13); }

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