#725E11

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

Shades of Yukon Gold #725E11

Tints of Yukon Gold #725E11

Color information

#725E11 (or 0x725E11) is unknown color: approx Yukon Gold. HEX triplet: 72, 5E and 11. RGB value is (114,94,17). Sum of RGB (Red+Green+Blue) = 114+94+17=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #725E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E11 is #8DA1EE. Grayscale: #5B5B5B. Windows color (decimal): -9282031 or 1138290. OLE color: 1138290.

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

Color convert

RGB1149417-
CMYK00.180.850.55
HSL47.63º74.05%25.69%-
HSV(B)47.63º85.09%44.71%-
XYZ11.0411.622.19-
YUV91.286.13144.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=50.67%
G=41.78%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114941700.180.850.5547.6374.0525.69
Hex725E110125537304a1a
Octal16213621022125676011232
Binary11100101011110100010100101010101110111110000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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