#736012

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

Shades of Yukon Gold #736012

Tints of Yukon Gold #736012

Color information

#736012 (or 0x736012) is unknown color: approx Yukon Gold. HEX triplet: 73, 60 and 12. RGB value is (115,96,18). Sum of RGB (Red+Green+Blue) = 115+96+18=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #736012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736012 is #8C9FED. Grayscale: #5D5D5D. Windows color (decimal): -9215982 or 1204339. OLE color: 1204339.

HSL color Cylindrical-coordinate representation of color #736012: hue angle of 48.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #736012 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1159618-
CMYK00.170.840.55
HSL48.25º72.93%26.08%-
HSV(B)48.25º84.35%45.1%-
XYZ11.3612.052.3-
YUV92.7985.79143.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=50.22%
G=41.92%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115961800.170.840.5548.2572.9326.08
Hex736012011543730491a
Octal16314022021124676011132
Binary11100111100000100100100011010100110111110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736012; }

 p { color: rgb(115,96,18); }

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

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

 a { background-color: rgb(115,96,18); }

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

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

 span { border-color: rgb(115,96,18); }

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