#725F13

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

Shades of Yukon Gold #725F13

Tints of Yukon Gold #725F13

Color information

#725F13 (or 0x725F13) is unknown color: approx Yukon Gold. HEX triplet: 72, 5F and 13. RGB value is (114,95,19). Sum of RGB (Red+Green+Blue) = 114+95+19=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #725F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725F13 is #8DA0EC. Grayscale: #5C5C5C. Windows color (decimal): -9281773 or 1269618. OLE color: 1269618.

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

Color convert

RGB1149519-
CMYK00.170.830.55
HSL48º71.43%26.08%-
HSV(B)48º83.33%44.71%-
XYZ11.1511.812.31-
YUV92.0286.79143.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114951900.170.830.554871.4326.08
Hex725F13011533730471a
Octal16213723021123676010732
Binary11100101011111100110100011010011110111110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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