#827221

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

Shades of Yukon Gold #827221

Tints of Yukon Gold #827221

Color information

#827221 (or 0x827221) is unknown color: approx Yukon Gold. HEX triplet: 82, 72 and 21. RGB value is (130,114,33). Sum of RGB (Red+Green+Blue) = 130+114+33=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827221 is #7D8DDE. Grayscale: #6D6D6D. Windows color (decimal): -8228319 or 2192002. OLE color: 2192002.

HSL color Cylindrical-coordinate representation of color #827221: hue angle of 50.1º 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 #827221 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13011433-
CMYK00.120.750.49
HSL50.1º59.51%31.96%-
HSV(B)50.1º74.62%50.98%-
XYZ15.516.893.88-
YUV109.5584.8142.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=46.93%
G=41.16%
B=11.91%

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
Decimal1301143300.120.750.4950.159.5131.96
Hex8272210C4B31323c20
Octal2021624101411361627440
Binary100000101110010100001011001001011110001110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827221; }

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

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

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

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

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

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

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

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