#726312

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

Shades of Yukon Gold #726312

Tints of Yukon Gold #726312

Color information

#726312 (or 0x726312) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 12. RGB value is (114,99,18). Sum of RGB (Red+Green+Blue) = 114+99+18=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726312 is #8D9CED. Grayscale: #5E5E5E. Windows color (decimal): -9280750 or 1205106. OLE color: 1205106.

HSL color Cylindrical-coordinate representation of color #726312: hue angle of 50.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #726312 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1149918-
CMYK00.130.840.55
HSL50.62º72.73%25.88%-
HSV(B)50.62º84.21%44.71%-
XYZ11.5112.542.39-
YUV94.2584.97142.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=49.35%
G=42.86%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991800.130.840.5550.6272.7325.88
Hex7263120D543733491a
Octal16214322015124676311132
Binary1110010110001110010011011010100110111110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726312; }

 p { color: rgb(114,99,18); }

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

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

 a { background-color: rgb(114,99,18); }

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

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

 span { border-color: rgb(114,99,18); }

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