#726315

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

Shades of Yukon Gold #726315

Tints of Yukon Gold #726315

Color information

#726315 (or 0x726315) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 15. RGB value is (114,99,21). Sum of RGB (Red+Green+Blue) = 114+99+21=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726315 is #8D9CEA. Grayscale: #5E5E5E. Windows color (decimal): -9280747 or 1401714. OLE color: 1401714.

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

Color convert

RGB1149921-
CMYK00.130.820.55
HSL50.32º68.89%26.47%-
HSV(B)50.32º81.58%44.71%-
XYZ11.5412.562.52-
YUV94.5986.47141.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=48.72%
G=42.31%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114992100.130.820.5550.3268.8926.47
Hex7263150D523732451a
Octal16214325015122676210532
Binary1110010110001110101011011010010110111110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726315; }

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

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

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

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

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

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

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

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