#725E1A

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

Shades of Yukon Gold #725E1A

Tints of Yukon Gold #725E1A

Color information

#725E1A (or 0x725E1A) is unknown color: approx Yukon Gold. HEX triplet: 72, 5E and 1A. RGB value is (114,94,26). Sum of RGB (Red+Green+Blue) = 114+94+26=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #725E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E1A is #8DA1E5. Grayscale: #5C5C5C. Windows color (decimal): -9282022 or 1728114. OLE color: 1728114.

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

Color convert

RGB1149426-
CMYK00.180.770.55
HSL46.36º62.86%27.45%-
HSV(B)46.36º77.19%44.71%-
XYZ11.1311.662.64-
YUV92.2390.63143.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=48.72%
G=40.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114942600.180.770.5546.3662.8627.45
Hex725E1A0124D372e3f1b
Octal1621363202211567567733
Binary1110010101111011010010010100110111011110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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