#827312

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

Shades of Yukon Gold #827312

Tints of Yukon Gold #827312

Color information

#827312 (or 0x827312) is unknown color: approx Yukon Gold. HEX triplet: 82, 73 and 12. RGB value is (130,115,18). Sum of RGB (Red+Green+Blue) = 130+115+18=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827312 is #7D8CED. Grayscale: #6C6C6C. Windows color (decimal): -8228078 or 1209218. OLE color: 1209218.

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

Color convert

RGB13011518-
CMYK00.120.860.49
HSL51.96º75.68%29.02%-
HSV(B)51.96º86.15%50.98%-
XYZ15.4517.053.05-
YUV108.4376.97143.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=49.43%
G=43.73%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301151800.120.860.4951.9675.6829.02
Hex8273120C5631344c1d
Octal20216322014126616411435
Binary10000010111001110010011001010110110001110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827312; }

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

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

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

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

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

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

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

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