#826507

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

Shades of Yukon Gold #826507

Tints of Yukon Gold #826507

Color information

#826507 (or 0x826507) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 07. RGB value is (130,101,7). Sum of RGB (Red+Green+Blue) = 130+101+7=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #826507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826507 is #7D9AF8. Grayscale: #636363. Windows color (decimal): -8231673 or 484738. OLE color: 484738.

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

Color convert

RGB1301017-
CMYK00.220.950.49
HSL45.85º89.78%26.86%-
HSV(B)45.85º94.62%50.98%-
XYZ13.914.072.18-
YUV98.9676.11150.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=54.62%
G=42.44%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130101700.220.950.4945.8589.7826.86
Hex826570165F312e5a1b
Octal2021457026137615613233
Binary1000001011001011110101101011111110001101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826507; }

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

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

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

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

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

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

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

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