#826F27

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

Shades of Yukon Gold #826F27

Tints of Yukon Gold #826F27

Color information

#826F27 (or 0x826F27) is unknown color: approx Yukon Gold. HEX triplet: 82, 6F and 27. RGB value is (130,111,39). Sum of RGB (Red+Green+Blue) = 130+111+39=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F27 is #7D90D8. Grayscale: #6C6C6C. Windows color (decimal): -8229081 or 2584450. OLE color: 2584450.

HSL color Cylindrical-coordinate representation of color #826F27: hue angle of 47.47º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826F27 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13011139-
CMYK00.150.700.49
HSL47.47º53.85%33.14%-
HSV(B)47.47º70%50.98%-
XYZ15.2616.264.25-
YUV108.4788.79143.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=46.43%
G=39.64%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301113900.150.700.4947.4753.8533.14
Hex826F270F46312f3621
Octal2021574701710661576641
Binary100000101101111100111011111000110110001101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F27; }

 p { color: rgb(130,111,39); }

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

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

 a { background-color: rgb(130,111,39); }

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

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

 span { border-color: rgb(130,111,39); }

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