#726313

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

Shades of Yukon Gold #726313

Tints of Yukon Gold #726313

Color information

#726313 (or 0x726313) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 13. RGB value is (114,99,19). Sum of RGB (Red+Green+Blue) = 114+99+19=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726313 is #8D9CEC. Grayscale: #5E5E5E. Windows color (decimal): -9280749 or 1270642. OLE color: 1270642.

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

Color convert

RGB1149919-
CMYK00.130.830.55
HSL50.53º71.43%26.08%-
HSV(B)50.53º83.33%44.71%-
XYZ11.5212.552.43-
YUV94.3685.47142-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=49.14%
G=42.67%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991900.130.830.5550.5371.4326.08
Hex7263130D533733471a
Octal16214323015123676310732
Binary1110010110001110011011011010011110111110011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726313; }

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

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

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

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

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

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

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

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