#847010

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

Shades of Yukon Gold #847010

Tints of Yukon Gold #847010

Color information

#847010 (or 0x847010) is unknown color: approx Yukon Gold. HEX triplet: 84, 70 and 10. RGB value is (132,112,16). Sum of RGB (Red+Green+Blue) = 132+112+16=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #847010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847010 is #7B8FEF. Grayscale: #6B6B6B. Windows color (decimal): -8097776 or 1077380. OLE color: 1077380.

HSL color Cylindrical-coordinate representation of color #847010: hue angle of 49.66º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #847010 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13211216-
CMYK00.150.880.48
HSL49.66º78.38%29.02%-
HSV(B)49.66º87.88%51.76%-
XYZ15.416.532.87-
YUV107.0476.63145.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 16 (6.64% from 255) = 6.15%
R=50.77%
G=43.08%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321121600.150.880.4849.6678.3829.02
Hex8470100F5830324e1d
Octal20416020017130606211635
Binary10000100111000010000011111011000110000110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847010; }

 p { color: rgb(132,112,16); }

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

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

 a { background-color: rgb(132,112,16); }

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

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

 span { border-color: rgb(132,112,16); }

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