#827018

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

Shades of Yukon Gold #827018

Tints of Yukon Gold #827018

Color information

#827018 (or 0x827018) is unknown color: approx Yukon Gold. HEX triplet: 82, 70 and 18. RGB value is (130,112,24). Sum of RGB (Red+Green+Blue) = 130+112+24=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827018 is #7D8FE7. Grayscale: #6B6B6B. Windows color (decimal): -8228840 or 1601666. OLE color: 1601666.

HSL color Cylindrical-coordinate representation of color #827018: hue angle of 49.81º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827018 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13011224-
CMYK00.140.820.49
HSL49.81º68.83%30.2%-
HSV(B)49.81º81.54%50.98%-
XYZ15.1616.43.23-
YUV107.3580.96144.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=48.87%
G=42.11%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301122400.140.820.4949.8168.8330.2
Hex8270180E523132451e
Octal20216030016122616210536
Binary10000010111000011000011101010010110001110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827018; }

 p { color: rgb(130,112,24); }

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

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

 a { background-color: rgb(130,112,24); }

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

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

 span { border-color: rgb(130,112,24); }

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