#726512

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

Shades of Yukon Gold #726512

Tints of Yukon Gold #726512

Color information

#726512 (or 0x726512) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 12. RGB value is (114,101,18). Sum of RGB (Red+Green+Blue) = 114+101+18=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726512 is #8D9AED. Grayscale: #5F5F5F. Windows color (decimal): -9280238 or 1205618. OLE color: 1205618.

HSL color Cylindrical-coordinate representation of color #726512: hue angle of 51.88º 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 #726512 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11410118-
CMYK00.110.840.55
HSL51.88º72.73%25.88%-
HSV(B)51.88º84.21%44.71%-
XYZ11.712.932.45-
YUV95.4284.31141.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=48.93%
G=43.35%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011800.110.840.5551.8872.7325.88
Hex7265120B543734491a
Octal16214522013124676411132
Binary1110010110010110010010111010100110111110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726512; }

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

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

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

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

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

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

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

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