#725D16

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

Shades of Yukon Gold #725D16

Tints of Yukon Gold #725D16

Color information

#725D16 (or 0x725D16) is unknown color: approx Yukon Gold. HEX triplet: 72, 5D and 16. RGB value is (114,93,22). Sum of RGB (Red+Green+Blue) = 114+93+22=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #725D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D16 is #8DA2E9. Grayscale: #5B5B5B. Windows color (decimal): -9282282 or 1465714. OLE color: 1465714.

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

Color convert

RGB1149322-
CMYK00.180.810.55
HSL46.3º67.65%26.67%-
HSV(B)46.3º80.7%44.71%-
XYZ1111.462.39-
YUV91.1888.96144.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=49.78%
G=40.61%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114932200.180.810.5546.367.6526.67
Hex725D1601251372e441b
Octal16213526022121675610433
Binary11100101011101101100100101010001110111101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,22); }

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

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

 a { background-color: rgb(114,93,22); }

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

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

 span { border-color: rgb(114,93,22); }

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