#827310

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

Shades of Yukon Gold #827310

Tints of Yukon Gold #827310

Color information

#827310 (or 0x827310) is unknown color: approx Yukon Gold. HEX triplet: 82, 73 and 10. RGB value is (130,115,16). Sum of RGB (Red+Green+Blue) = 130+115+16=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827310 is #7D8CEF. Grayscale: #6C6C6C. Windows color (decimal): -8228080 or 1078146. OLE color: 1078146.

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

Color convert

RGB13011516-
CMYK00.120.880.49
HSL52.11º78.08%28.63%-
HSV(B)52.11º87.69%50.98%-
XYZ15.4317.042.97-
YUV108.275.97143.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=49.81%
G=44.06%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301151600.120.880.4952.1178.0828.63
Hex8273100C5831344e1d
Octal20216320014130616411635
Binary10000010111001110000011001011000110001110100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827310; }

 p { color: rgb(130,115,16); }

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

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

 a { background-color: rgb(130,115,16); }

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

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

 span { border-color: rgb(130,115,16); }

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