#826007

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

Shades of Yukon Gold #826007

Tints of Yukon Gold #826007

Color information

#826007 (or 0x826007) is unknown color: approx Yukon Gold. HEX triplet: 82, 60 and 07. RGB value is (130,96,7). Sum of RGB (Red+Green+Blue) = 130+96+7=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #826007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826007 is #7D9FF8. Grayscale: #606060. Windows color (decimal): -8232953 or 483458. OLE color: 483458.

HSL color Cylindrical-coordinate representation of color #826007: hue angle of 43.41º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #826007 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130967-
CMYK00.260.950.49
HSL43.41º89.78%26.86%-
HSV(B)43.41º94.62%50.98%-
XYZ13.4313.132.03-
YUV96.0277.76152.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=55.79%
G=41.20%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13096700.260.950.4943.4189.7826.86
Hex8260701A5F312b5a1b
Octal2021407032137615313233
Binary1000001011000001110110101011111110001101011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826007; }

 p { color: rgb(130,96,7); }

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

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

 a { background-color: rgb(130,96,7); }

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

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

 span { border-color: rgb(130,96,7); }

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