#725F15

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

Shades of Yukon Gold #725F15

Tints of Yukon Gold #725F15

Color information

#725F15 (or 0x725F15) is unknown color: approx Yukon Gold. HEX triplet: 72, 5F and 15. RGB value is (114,95,21). Sum of RGB (Red+Green+Blue) = 114+95+21=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #725F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725F15 is #8DA0EA. Grayscale: #5C5C5C. Windows color (decimal): -9281771 or 1400690. OLE color: 1400690.

HSL color Cylindrical-coordinate representation of color #725F15: hue angle of 47.74º 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 #725F15 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1149521-
CMYK00.170.820.55
HSL47.74º68.89%26.47%-
HSV(B)47.74º81.58%44.71%-
XYZ11.1711.822.4-
YUV92.2487.79143.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=49.57%
G=41.30%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114952100.170.820.5547.7468.8926.47
Hex725F15011523730451a
Octal16213725021122676010532
Binary11100101011111101010100011010010110111110000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725F15; }

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

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

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

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

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

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

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

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