#726113

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

Shades of Yukon Gold #726113

Tints of Yukon Gold #726113

Color information

#726113 (or 0x726113) is unknown color: approx Yukon Gold. HEX triplet: 72, 61 and 13. RGB value is (114,97,19). Sum of RGB (Red+Green+Blue) = 114+97+19=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #726113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726113 is #8D9EEC. Grayscale: #5D5D5D. Windows color (decimal): -9281261 or 1270130. OLE color: 1270130.

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

Color convert

RGB1149719-
CMYK00.150.830.55
HSL49.26º71.43%26.08%-
HSV(B)49.26º83.33%44.71%-
XYZ11.3312.172.37-
YUV93.1986.13142.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=49.57%
G=42.17%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114971900.150.830.5549.2671.4326.08
Hex7261130F533731471a
Octal16214123017123676110732
Binary1110010110000110011011111010011110111110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726113; }

 p { color: rgb(114,97,19); }

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

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

 a { background-color: rgb(114,97,19); }

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

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

 span { border-color: rgb(114,97,19); }

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