#826F1F

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

Shades of Yukon Gold #826F1F

Tints of Yukon Gold #826F1F

Color information

#826F1F (or 0x826F1F) is unknown color: approx Yukon Gold. HEX triplet: 82, 6F and 1F. RGB value is (130,111,31). Sum of RGB (Red+Green+Blue) = 130+111+31=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #826F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F1F is #7D90E0. Grayscale: #6B6B6B. Windows color (decimal): -8229089 or 2060162. OLE color: 2060162.

HSL color Cylindrical-coordinate representation of color #826F1F: hue angle of 48.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #826F1F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13011131-
CMYK00.150.760.49
HSL48.48º61.49%31.57%-
HSV(B)48.48º76.15%50.98%-
XYZ15.1416.213.63-
YUV107.5684.79144-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=47.79%
G=40.81%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301113100.150.760.4948.4861.4931.57
Hex826F1F0F4C31303d20
Octal2021573701711461607540
Binary10000010110111111111011111001100110001110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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