#827321

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

Shades of Yukon Gold #827321

Tints of Yukon Gold #827321

Color information

#827321 (or 0x827321) is unknown color: approx Yukon Gold. HEX triplet: 82, 73 and 21. RGB value is (130,115,33). Sum of RGB (Red+Green+Blue) = 130+115+33=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #827321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827321 is #7D8CDE. Grayscale: #6E6E6E. Windows color (decimal): -8228063 or 2192258. OLE color: 2192258.

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

Color convert

RGB13011533-
CMYK00.120.750.49
HSL50.72º59.51%31.96%-
HSV(B)50.72º74.62%50.98%-
XYZ15.6117.123.92-
YUV110.1484.47142.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=46.76%
G=41.37%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301153300.120.750.4950.7259.5131.96
Hex8273210C4B31333c20
Octal2021634101411361637440
Binary100000101110011100001011001001011110001110011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827321; }

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

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

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

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

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

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

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

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