#8B7318

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

Shades of Yukon Gold #8B7318

Tints of Yukon Gold #8B7318

Color information

#8B7318 (or 0x8B7318) is unknown color: approx Yukon Gold. HEX triplet: 8B, 73 and 18. RGB value is (139,115,24). Sum of RGB (Red+Green+Blue) = 139+115+24=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7318 is #748CE7. Grayscale: #707070. Windows color (decimal): -7638248 or 1602443. OLE color: 1602443.

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

Color convert

RGB13911524-
CMYK00.170.830.45
HSL47.48º70.55%31.96%-
HSV(B)47.48º82.73%54.51%-
XYZ16.9417.823.41-
YUV111.878.45147.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=50%
G=41.37%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391152400.170.830.4547.4870.5531.96
Hex8B7318011532D2f4720
Octal21316330021123555710740
Binary1000101111100111100001000110100111011011011111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,24); }

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

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

 a { background-color: rgb(139,115,24); }

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

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

 span { border-color: rgb(139,115,24); }

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