#8B730F

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

Shades of Yukon Gold #8B730F

Tints of Yukon Gold #8B730F

Color information

#8B730F (or 0x8B730F) is unknown color: approx Yukon Gold. HEX triplet: 8B, 73 and 0F. RGB value is (139,115,15). Sum of RGB (Red+Green+Blue) = 139+115+15=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B730F is #748CF0. Grayscale: #6F6F6F. Windows color (decimal): -7638257 or 1012619. OLE color: 1012619.

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

Color convert

RGB13911515-
CMYK00.170.890.45
HSL48.39º80.52%30.2%-
HSV(B)48.39º89.21%54.51%-
XYZ16.8617.783-
YUV110.7873.95148.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=51.67%
G=42.75%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391151500.170.890.4548.3980.5230.2
Hex8B73F011592D30511e
Octal21316317021131556012136
Binary10001011111001111110100011011001101101110000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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