#725D19

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

Shades of Yukon Gold #725D19

Tints of Yukon Gold #725D19

Color information

#725D19 (or 0x725D19) is unknown color: approx Yukon Gold. HEX triplet: 72, 5D and 19. RGB value is (114,93,25). Sum of RGB (Red+Green+Blue) = 114+93+25=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #725D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D19 is #8DA2E6. Grayscale: #5B5B5B. Windows color (decimal): -9282279 or 1662322. OLE color: 1662322.

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

Color convert

RGB1149325-
CMYK00.180.780.55
HSL45.84º64.03%27.25%-
HSV(B)45.84º78.07%44.71%-
XYZ11.0311.482.55-
YUV91.5390.46144.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=49.14%
G=40.09%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114932500.180.780.5545.8464.0327.25
Hex725D190124E372e401b
Octal16213531022116675610033
Binary11100101011101110010100101001110110111101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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