#72601A

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

Shades of Yukon Gold #72601A

Tints of Yukon Gold #72601A

Color information

#72601A (or 0x72601A) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 1A. RGB value is (114,96,26). Sum of RGB (Red+Green+Blue) = 114+96+26=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #72601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72601A is #8D9FE5. Grayscale: #5D5D5D. Windows color (decimal): -9281510 or 1728626. OLE color: 1728626.

HSL color Cylindrical-coordinate representation of color #72601A: hue angle of 47.73º 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 #72601A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1149626-
CMYK00.160.770.55
HSL47.73º62.86%27.45%-
HSV(B)47.73º77.19%44.71%-
XYZ11.3112.022.7-
YUV93.489.96142.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=48.31%
G=40.68%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114962600.160.770.5547.7362.8627.45
Hex72601A0104D37303f1b
Octal1621403202011567607733
Binary1110010110000011010010000100110111011111000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72601A; }

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

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

<style>
 a { background-color: #72601A; }

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

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

<style>
 span { border-color: #72601A; }

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

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