#84720F

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

Shades of Yukon Gold #84720F

Tints of Yukon Gold #84720F

Color information

#84720F (or 0x84720F) is unknown color: approx Yukon Gold. HEX triplet: 84, 72 and 0F. RGB value is (132,114,15). Sum of RGB (Red+Green+Blue) = 132+114+15=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84720F is #7B8DF0. Grayscale: #6C6C6C. Windows color (decimal): -8097265 or 1012356. OLE color: 1012356.

HSL color Cylindrical-coordinate representation of color #84720F: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84720F is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13211415-
CMYK00.140.890.48
HSL50.77º79.59%28.82%-
HSV(B)50.77º88.64%51.76%-
XYZ15.6216.972.91-
YUV108.175.46145.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=50.57%
G=43.68%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321141500.140.890.4850.7779.5928.82
Hex8472F0E593033501d
Octal20416217016131606312035
Binary1000010011100101111011101011001110000110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84720F; }

 p { color: rgb(132,114,15); }

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

<style>
 a { background-color: #84720F; }

 a { background-color: rgb(132,114,15); }

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

<style>
 span { border-color: #84720F; }

 span { border-color: rgb(132,114,15); }

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