#736413

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

Shades of Yukon Gold #736413

Tints of Yukon Gold #736413

Color information

#736413 (or 0x736413) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 13. RGB value is (115,100,19). Sum of RGB (Red+Green+Blue) = 115+100+19=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736413 is #8C9BEC. Grayscale: #5F5F5F. Windows color (decimal): -9214957 or 1270899. OLE color: 1270899.

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

Color convert

RGB11510019-
CMYK00.130.830.55
HSL50.62º71.64%26.27%-
HSV(B)50.62º83.48%45.1%-
XYZ11.7412.812.47-
YUV95.2584.97142.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=49.15%
G=42.74%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151001900.130.830.5550.6271.6426.27
Hex7364130D533733481a
Octal16314423015123676311032
Binary1110011110010010011011011010011110111110011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736413; }

 p { color: rgb(115,100,19); }

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

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

 a { background-color: rgb(115,100,19); }

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

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

 span { border-color: rgb(115,100,19); }

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