#826314

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

Shades of Yukon Gold #826314

Tints of Yukon Gold #826314

Color information

#826314 (or 0x826314) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 14. RGB value is (130,99,20). Sum of RGB (Red+Green+Blue) = 130+99+20=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826314 is #7D9CEB. Grayscale: #636363. Windows color (decimal): -8232172 or 1336194. OLE color: 1336194.

HSL color Cylindrical-coordinate representation of color #826314: hue angle of 43.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #826314 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309920-
CMYK00.240.850.49
HSL43.09º73.33%29.41%-
HSV(B)43.09º84.62%50.98%-
XYZ13.7913.722.58-
YUV99.2683.27149.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=52.21%
G=39.76%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130992000.240.850.4943.0973.3329.41
Hex82631401855312b491d
Octal20214324030125615311135
Binary100000101100011101000110001010101110001101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826314; }

 p { color: rgb(130,99,20); }

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

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

 a { background-color: rgb(130,99,20); }

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

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

 span { border-color: rgb(130,99,20); }

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