#725E16

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

Shades of Yukon Gold #725E16

Tints of Yukon Gold #725E16

Color information

#725E16 (or 0x725E16) is unknown color: approx Yukon Gold. HEX triplet: 72, 5E and 16. RGB value is (114,94,22). Sum of RGB (Red+Green+Blue) = 114+94+22=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #725E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E16 is #8DA1E9. Grayscale: #5C5C5C. Windows color (decimal): -9282026 or 1465970. OLE color: 1465970.

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

Color convert

RGB1149422-
CMYK00.180.810.55
HSL46.96º67.65%26.67%-
HSV(B)46.96º80.7%44.71%-
XYZ11.0911.642.42-
YUV91.7788.63143.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=49.57%
G=40.87%
B=9.57%

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
Decimal114942200.180.810.5546.9667.6526.67
Hex725E1601251372f441b
Octal16213626022121675710433
Binary11100101011110101100100101010001110111101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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