#725E0F

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

Shades of Yukon Gold #725E0F

Tints of Yukon Gold #725E0F

Color information

#725E0F (or 0x725E0F) is unknown color: approx Yukon Gold. HEX triplet: 72, 5E and 0F. RGB value is (114,94,15). Sum of RGB (Red+Green+Blue) = 114+94+15=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #725E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E0F is #8DA1F0. Grayscale: #5B5B5B. Windows color (decimal): -9282033 or 1007218. OLE color: 1007218.

HSL color Cylindrical-coordinate representation of color #725E0F: hue angle of 47.88º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #725E0F is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1149415-
CMYK00.180.870.55
HSL47.88º76.74%25.29%-
HSV(B)47.88º86.84%44.71%-
XYZ11.0311.622.11-
YUV90.9785.13144.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=51.12%
G=42.15%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114941500.180.870.5547.8876.7425.29
Hex725EF0125737304d19
Octal16213617022127676011531
Binary1110010101111011110100101010111110111110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,15); }

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

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

 a { background-color: rgb(114,94,15); }

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

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

 span { border-color: rgb(114,94,15); }

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